X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4cc2d0919408f8248516f768032944a55824a12..c0da0dbabf2d3cf8e1a76a2c82608822d15d0625:/src/tiff/tif_jpeg.c diff --git a/src/tiff/tif_jpeg.c b/src/tiff/tif_jpeg.c index 2942823dbc..3ee97b90d7 100644 --- a/src/tiff/tif_jpeg.c +++ b/src/tiff/tif_jpeg.c @@ -59,14 +59,11 @@ int TIFFFillTile(TIFF*, ttile_t); http://bugzilla.remotesensing.org/show_bug.cgi?id=188 */ -#if defined wxHACK_BOOLEAN || defined __RPCNDR_H__ || defined __WINE_RPCNDR_H +#ifdef wxHACK_BOOLEAN + #include "wx/defs.h" + #define XMD_H #define HAVE_BOOLEAN - - #ifdef wxHACK_BOOLEAN - #define boolean wxHACK_BOOLEAN - #else - #define boolean int - #endif + #define boolean wxHACK_BOOLEAN #endif #include "jpeglib.h"