]> git.saurik.com Git - wxWidgets.git/commitdiff
moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Dec 2001 23:25:45 +0000 (23:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Dec 2001 23:25:45 +0000 (23:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/jpeg/jmorecfg.h

index 342acc11f66e42816d3cfeabb9ced2588fd51910..e5ecc5844196164c7364581ae37a3886d431b695 100644 (file)
@@ -264,10 +264,6 @@ typedef unsigned int JDIMENSION;
 #endif
 
 
 #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-
 /*
  * 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-