]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/iphone/chkconf.h
Compilation fix for PCH-less wxOSX build.
[wxWidgets.git] / include / wx / osx / iphone / chkconf.h
index d86f2de9fadb8d8cafca7870bc41ce142c5ddf9e..a6173e5e4587f8e67cb96bb1073b68d89cb6759b 100644 (file)
@@ -94,7 +94,7 @@
 #endif
 
 #ifndef __WXUNIVERSAL__
-#undef wxUSE_SCROLLBAR 
+#undef wxUSE_SCROLLBAR
 #define wxUSE_SCROLLBAR 0
 #endif
 
 #define wxUSE_DATAOBJ 0
 #endif
 
+#if wxUSE_UIACTIONSIMULATOR
+#undef wxUSE_UIACTIONSIMULATOR
+#define wxUSE_UIACTIONSIMULATOR 0
+#endif
+
+#if wxUSE_RICHMSGDLG
+#undef wxUSE_RICHMSGDLG
+#define wxUSE_RICHMSGDLG 0
+#endif
+
+#if wxUSE_RICHTEXT
+#undef wxUSE_RICHTEXT
+#define wxUSE_RICHTEXT 0
+#endif
+
 #endif
     /* _WX_OSX_IPHONE_CHKCONF_H_ */