mingw32 compilation fix

This is partial cherry-pick of 068cfb66c2b70171633956f36e5957d8981fc36d
from the main repository.
This commit is contained in:
Vadim Zeitlin 2001-04-09 15:37:24 +00:00 committed by Vadim Zeitlin
parent 573e6c9041
commit 9d15c72a60

View File

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