fixed previous compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-02-07 02:13:22 +00:00
parent d35b028e04
commit e1fdd3f3d9

View File

@@ -164,7 +164,7 @@ typedef short INT16;
#define INT32_DEFINED #define INT32_DEFINED
#elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \ #elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \
((defined(__MINGW32__) || defined(__CYGWIN__)) \ ((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 */ /* INT32 is defined in windows.h for these compilers */
#define INT32_DEFINED #define INT32_DEFINED
#include <windows.h> #include <windows.h>