From: Stefan Csomor Date: Sat, 4 Dec 2010 13:32:51 +0000 (+0000) Subject: guarding against non-implemented parts X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b213ba752c28216697b92d0e7580a599c5142123?ds=inline guarding against non-implemented parts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index ac6161a62c..a6173e5e45 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -333,6 +333,21 @@ #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_ */