git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9319
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define INT32_DEFINED
#elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \
((defined(__MINGW32__) || defined(__CYGWIN__)) \
#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>
/* INT32 is defined in windows.h for these compilers */
#define INT32_DEFINED
#include <windows.h>