]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jconfig.h
adding missing cast
[wxWidgets.git] / src / jpeg / jconfig.h
index fb327959356366a79494f3f7d25302fcbfcedb25..2d79a744a55e3b5a64a21f079b69f9ef6cf4b30a 100644 (file)
@@ -1,8 +1,4 @@
-/* This test added by JACS as a quick fix. What should we do
- * to make it work with configure?
- */
-
-#if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__DMC__)
+#if defined(_WIN32) || defined(__OS2__)
 #include "jconfig.vc"
 #else
 
@@ -15,7 +11,7 @@
 #ifdef __MWERKS__
 #if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
 #   ifndef __WXMAC__
-#       define __WWXMAC__
+#       define __WXMAC__
 #   endif
 #endif
 #endif