From b213ba752c28216697b92d0e7580a599c5142123 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 4 Dec 2010 13:32:51 +0000 Subject: [PATCH] guarding against non-implemented parts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/iphone/chkconf.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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_ */ -- 2.50.0