X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c9f6bf455c4a27161fce95688eeffe4e958e696..a800dc50d47f5ecd1bcba7601f33843c01db9a57:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 7d172e745a..d9670ec48e 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -34,6 +34,9 @@ #define __WXMAC_OSX__ 1 #define __WXMAC_CARBON__ 1 #define __WXMAC_CLASSIC__ 0 + #ifdef __WXMAC_XCODE__ + #include "wx/mac/carbon/config_xcode.h" + #endif #else #define __WXMAC_OSX__ 0 #if TARGET_CARBON @@ -117,6 +120,13 @@ # endif #endif /* WINE */ +/* detect SmartPhone */ +#if defined( WIN32_PLATFORM_WFSP ) +# ifndef __SMARTPHONE__ +# define __SMARTPHONE__ +# endif +#endif + /* Include wx/setup.h for the Unix platform defines generated by configure and the library compilation options