Commit 281382af authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 15ff349a
...@@ -44,7 +44,10 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment