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