mingw32 compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-04-09 15:37:24 +00:00
parent d9b9876f6e
commit 068cfb66c2
3 changed files with 43 additions and 1 deletions

View File

@@ -157,6 +157,9 @@ typedef short INT16;
#if defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || defined( __CYGWIN__ )
#include <wx/msw/gccpriv.h>
#else
#undef wxCHECK_W32API_VERSION
#define wxCHECK_W32API_VERSION(maj, min) (0)
#endif
/* INT32 must hold at least signed 32-bit values. */