Austin English : oleaut32: Fix a compiler warning for libjpeg includes.

Alexandre Julliard julliard at winehq.org
Tue Jun 16 09:09:34 CDT 2009


Module: wine
Branch: master
Commit: 15ff349adafa66b3d91520e4f36fc8bbd4b782d6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=15ff349adafa66b3d91520e4f36fc8bbd4b782d6

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Jun 15 11:10:15 2009 -0500

oleaut32: Fix a compiler warning for libjpeg includes.

---

 dlls/oleaut32/olepicture.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c
index adaad97..4409a15 100644
--- a/dlls/oleaut32/olepicture.c
+++ b/dlls/oleaut32/olepicture.c
@@ -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




More information about the wine-cvs mailing list