]> git.saurik.com Git - wxWidgets.git/commitdiff
digital mars updated
authorChris Elliott <biol75@york.ac.uk>
Fri, 2 May 2003 14:48:05 +0000 (14:48 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 2 May 2003 14:48:05 +0000 (14:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagjpeg.cpp

index ccc48fe7e9475b58cab7bf2ae337a52f37d26f26..d1588229f99d48703fb982ad7b2161322b21972e 100644 (file)
@@ -33,7 +33,7 @@
 //     This causes a conflict with jmorecfg.h header from libjpeg, so we have
 //     to make sure libjpeg won't try to define boolean itself. This is done by
 //     defining HAVE_BOOLEAN.
-#if defined(__WXMSW__) && (defined(__MWERKS__) || (defined(__WATCOMC__) && __WATCOMC__ < 1200)) || (defined(__DIGITALMARS__))
+#if defined(__WXMSW__) && (defined(__MWERKS__) || (defined(__WATCOMC__) && __WATCOMC__ < 1200))
     #define HAVE_BOOLEAN
     #include <windows.h>
 #endif