]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagjpeg.cpp
Added mouse event handler invocations
[wxWidgets.git] / src / common / imagjpeg.cpp
index 86f864b7534a2ee6aa8c472efd6e788dc40f6927..c6326116c5752f38d4404d475b58b02f1a79c117 100644 (file)
 // This hack is only necessary for an external jpeg library, the builtin one
 // usually used on Windows doesn't use the type boolean, so always works.
 //
-#if defined wxHACK_BOOLEAN || defined __RPCNDR_H__ || defined __WINE_RPCNDR_H
+#ifdef wxHACK_BOOLEAN
     #define HAVE_BOOLEAN
-
-    #ifdef wxHACK_BOOLEAN
-        #define boolean wxHACK_BOOLEAN
-    #else
-        #define boolean int
-    #endif
+    #define boolean wxHACK_BOOLEAN
 #endif
 
 extern "C"