From f725b2a4ec82141417f60992aa24bda817a5dcee Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 8 Dec 2001 23:25:45 +0000 Subject: [PATCH 1/1] moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/jpeg/jmorecfg.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/jpeg/jmorecfg.h b/src/jpeg/jmorecfg.h index 342acc11f6..e5ecc58441 100644 --- a/src/jpeg/jmorecfg.h +++ b/src/jpeg/jmorecfg.h @@ -264,10 +264,6 @@ typedef unsigned int JDIMENSION; #endif -#if (defined(__MWERKS__) && defined(__WXMSW__)) -#define HAVE_BOOLEAN -#endif - /* * On a few systems, type boolean and/or its values FALSE, TRUE may appear * in standard header files. Or you may have conflicts with application- -- 2.45.2