X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20125017a4bccd0920ee21e178950b0de0e4d63b..14619f10b0bdb630206607abd0ce0319d45e095a:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 928ca35743..9df1cd02a2 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -445,6 +445,20 @@ #define wxNEEDS_CHARPP #endif +#if ( defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ + ( defined( __CYGWIN__ ) && defined( __WINDOWS__ ) ) || \ + wxCHECK_WATCOM_VERSION(1,0) ) && \ + !defined(__DOS__) && \ + !defined(__WXPM__) && \ + !defined(__WXMOTIF__) && \ + !defined(__WXX11__) +# include "wx/msw/gccpriv.h" +#else +# undef wxCHECK_W32API_VERSION +# define wxCHECK_W32API_VERSION(maj, min) (0) +#endif + + /* Handle Darwin gcc universal compilation. Don't do this in an Apple- specific case since no sane compiler should be defining either