X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30a70b29ce4b6e7a76fdc170a72126da9bcf18ae..46ec284e56a1fdaf97b5ab22992bcfaf019e135b:/include/wx_cwc.pch diff --git a/include/wx_cwc.pch b/include/wx_cwc.pch index 206775dbda..c6e0d96ca9 100644 --- a/include/wx_cwc.pch +++ b/include/wx_cwc.pch @@ -1,11 +1,15 @@ #if __option (profile) -#if __POWERPC__ +#ifdef __MACH__ + #pragma precompile_target "wx_Mach_prof.mch" +#elif __POWERPC__ #pragma precompile_target "wx_Carbon_prof.mch" #else #error "illegal processor for carbon" #endif #else -#if __POWERPC__ +#ifdef __MACH__ + #pragma precompile_target "wx_Mach.mch" +#elif __POWERPC__ #pragma precompile_target "wx_Carbon.mch" #else #error "illegal processor for carbon" @@ -17,4 +21,12 @@ #define wxUSE_GUI 1 #define TARGET_CARBON 1 #define OLDP2C 1 +#ifdef __MACH__ + #define __DARWIN__ + #define __CF_USE_FRAMEWORK_INCLUDES__ + #define __NOEXTENSIONS__ + #define __UNIX__ + #define __UNIX_LIKE__ +#endif + #include "wx/wx_cw_cm.h"