mingw32 compilation fix
This is partial cherry-pick of 068cfb66c2b70171633956f36e5957d8981fc36d from the main repository.
This commit is contained in:
parent
573e6c9041
commit
9d15c72a60
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user