* turning off capabilities that don't work under iphone yet
*/
+#if wxUSE_MIMETYPE
+#undef wxUSE_MIMETYPE
+#define wxUSE_MIMETYPE 0
+#endif
+
#if wxUSE_MDI
#undef wxUSE_MDI
#define wxUSE_MDI 0
#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_ */