X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/748a46846984b408135b2e1c1093db31f9296543..ec8565f3c5d1df72267cb1e3375789090ac091da:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 7d82a9cef5..2b4a0a274f 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -34,6 +34,7 @@ # define __WXMAC_OSX__ # define __WXMAC_CARBON__ # ifdef __WXMAC_XCODE__ +# include # include "wx/mac/carbon/config_xcode.h" # endif # else @@ -508,6 +509,12 @@ # include "wx/msw/wince/libraries.h" #endif +/* Force inclusion of main PalmOS header: */ +#ifdef __WXPALMOS__ +# include +# undef Abs +#endif + /* This macro can be used to test the gcc version and can be used like this: @@ -526,12 +533,14 @@ This macro can be used to check that the version of mingw32 compiler is at least maj.min */ -#if defined(__WXPALMOS__) -# include "wx/palmos/gccpriv.h" -#elif ( defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ +#if ( defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ defined( __CYGWIN__ ) || \ (defined(__WATCOMC__) && __WATCOMC__ >= 1200) ) && \ - !defined(__DOS__) && !defined(__WXMOTIF__) && !defined(__WXGTK__) && !defined(__WXX11__) + !defined(__DOS__) && \ + !defined(__WXMOTIF__) && \ + !defined(__WXGTK__) && \ + !defined(__WXX11__) && \ + !defined(__WXPALMOS__) # include "wx/msw/gccpriv.h" #else # undef wxCHECK_W32API_VERSION