]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jmorecfg.h
fixed previous compilation fix
[wxWidgets.git] / src / jpeg / jmorecfg.h
index 853a8da9b752ff438049eb4697b08eaad5938e1a..25862671a5c2fe17df7811a62f9d1138fc114d21 100644 (file)
@@ -164,7 +164,7 @@ typedef short INT16;
 #define INT32_DEFINED
 #elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \
       ((defined(__MINGW32__) || defined(__CYGWIN__)) \
-       && ((__GNUC__>=2) && (__GNUC_MINOR__>=95)))
+       && ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>=95))))
 /* INT32 is defined in windows.h  for these compilers */
 #define INT32_DEFINED
 #include <windows.h>