From 8b45af2f07fb677e96fac4e0e99700fb68716825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 8 Dec 2001 23:25:45 +0000 Subject: [PATCH] moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers This is partial cherry-pick of f725b2a4ec82141417f60992aa24bda817a5dcee from the main repository. --- jmorecfg.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jmorecfg.h b/jmorecfg.h index 7641692..39e3495 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -242,10 +242,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-