gphoto2.ds: Fix a compiler warning for libjpeg includes.

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

View File

@ -44,7 +44,10 @@
# define UINT8 JPEG_UINT8 # define UINT8 JPEG_UINT8
# define UINT16 JPEG_UINT16 # define UINT16 JPEG_UINT16
# undef FAR # undef FAR
# undef HAVE_STDLIB_H
# include <jpeglib.h> # include <jpeglib.h>
# undef HAVE_STDLIB_H
# define HAVE_STDLIB_H 1
# undef UINT16 # undef UINT16
#endif #endif