From: Václav Slavík Date: Sat, 8 Dec 2001 23:25:45 +0000 (+0000) Subject: moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f725b2a4ec82141417f60992aa24bda817a5dcee?hp=cb69afe081994cc75654d5813981172fa194f86f 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 --- 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-