From: Vadim Zeitlin Date: Wed, 7 Feb 2001 02:13:22 +0000 (+0000) Subject: fixed previous compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e1fdd3f3d9a0a065eb27c8bc176f51a47e43e412 fixed previous compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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