]> git.saurik.com Git - wxWidgets.git/commitdiff
guarding against non-implemented parts
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Dec 2010 13:32:51 +0000 (13:32 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Dec 2010 13:32:51 +0000 (13:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/iphone/chkconf.h

index ac6161a62c6399a589844038e2db95812da12f61..a6173e5e4587f8e67cb96bb1073b68d89cb6759b 100644 (file)
 #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_ */