oleaut32: Fix a compiler warning for libjpeg includes.
This commit is contained in:
parent
afce86b4bc
commit
15ff349ada
|
@ -52,7 +52,10 @@
|
|||
#define UINT8 JPEG_UINT8
|
||||
#define UINT16 JPEG_UINT16
|
||||
#define boolean jpeg_boolean
|
||||
#undef HAVE_STDLIB_H
|
||||
# include <jpeglib.h>
|
||||
#undef HAVE_STDLIB_H
|
||||
#define HAVE_STDLIB_H 1
|
||||
#undef UINT8
|
||||
#undef UINT16
|
||||
#undef boolean
|
||||
|
|
Loading…
Reference in New Issue