Module: wine Branch: master Commit: 281382afe34a6066bcd9403d3cdbc88b4bf8031d URL: http://source.winehq.org/git/wine.git/?a=commit;h=281382afe34a6066bcd9403d3c...
Author: Austin English austinenglish@gmail.com Date: Mon Jun 15 11:10:46 2009 -0500
gphoto2.ds: Fix a compiler warning for libjpeg includes.
---
dlls/gphoto2.ds/gphoto2_i.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/gphoto2_i.h b/dlls/gphoto2.ds/gphoto2_i.h index 2af61f4..517f794 100644 --- a/dlls/gphoto2.ds/gphoto2_i.h +++ b/dlls/gphoto2.ds/gphoto2_i.h @@ -44,7 +44,10 @@ # define UINT8 JPEG_UINT8 # define UINT16 JPEG_UINT16 # undef FAR +# undef HAVE_STDLIB_H # include <jpeglib.h> +# undef HAVE_STDLIB_H +# define HAVE_STDLIB_H 1 # undef UINT16 #endif