]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed test for INT32 to work with latest Cygwin. But might break other versions :-(
authorJulian Smart <julian@anthemion.co.uk>
Sat, 26 Jan 2002 22:25:06 +0000 (22:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 26 Jan 2002 22:25:06 +0000 (22:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/jpeg/jmorecfg.h

index 51b8ca1bc45b53a6c6a9cdc7f007c9a77a2a9705..bc9e62b659911e6f47b2e5113b0e8a23493a38b3 100644 (file)
@@ -174,7 +174,7 @@ typedef short INT16;
 #elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) \
       || wxCHECK_W32API_VERSION( 0, 5 ) \
       || ((defined(__MINGW32__) || defined(__CYGWIN__)) \
-      && ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>95)))) \
+      && ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>=95)))) \
       || (defined(__MWERKS__) && defined(__WXMSW__))
 
 /* INT32 is defined in windows.h  for these compilers */