moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers

This is partial cherry-pick of f725b2a4ec82141417f60992aa24bda817a5dcee
from the main repository.
This commit is contained in:
Václav Slavík 2001-12-08 23:25:45 +00:00 committed by Vadim Zeitlin
parent 8c3866ec70
commit 8b45af2f07

View File

@ -242,10 +242,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 * 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- * in standard header files. Or you may have conflicts with application-