X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae128b358e6f3b9af9c0630cc455d2e659e13ec8..a22be3e1fcf362850fe33d52d55518ad68b98d02:/src/jpeg/jmorecfg.h diff --git a/src/jpeg/jmorecfg.h b/src/jpeg/jmorecfg.h index 853a8da9b7..25862671a5 100644 --- a/src/jpeg/jmorecfg.h +++ b/src/jpeg/jmorecfg.h @@ -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