oleaut32: Fix a compiler warning for libjpeg includes.

This commit is contained in:
Austin English 2009-06-15 11:10:15 -05:00 committed by Alexandre Julliard
parent afce86b4bc
commit 15ff349ada
1 changed files with 3 additions and 0 deletions

View File

@ -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