X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8facbb759c8c9c7c427089106ffaa9430e0bea66..157a8f700278715161c66a418124459a6dc501dc:/include/wx_cwc.pch

diff --git a/include/wx_cwc.pch b/include/wx_cwc.pch
index e2416bb385..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,5 +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"