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
This commit is contained in:
Václav Slavík
2001-12-08 23:25:45 +00:00
parent cb69afe081
commit f725b2a4ec

View File

@@ -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-