]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx_cwc.pch
Less drastic compile fix
[wxWidgets.git] / include / wx_cwc.pch
index e2416bb3854c5759aaacc142dd8b663762724bdd..c6e0d96ca9747f41d9643fa456f3668decd94ea1 100644 (file)
@@ -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"
 #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"