From 2f647e587d02679579f9a924e50c179ca9bc53bb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 7 Feb 2001 02:13:22 +0000 Subject: [PATCH] Another MinGW compilation fix This is partial cherry-pick of e1fdd3f3d9a0a065eb27c8bc176f51a47e43e412 from the main repository. --- jmorecfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmorecfg.h b/jmorecfg.h index 69b13aa..f244c26 100644 --- a/jmorecfg.h +++ b/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