X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6494f8d1425e0e582686bfd38334ef82d277cb44..cddf4541fa485c1889ff9017e53a430709da1fa6:/include/wx/osx/iphone/chkconf.h diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index d86f2de9fa..fbe7a4e69d 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -4,7 +4,7 @@ * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 - * RCS-ID: $Id: chkconf.h 54833 2008-07-29 21:03:18Z SC $ + * RCS-ID: $Id$ * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ @@ -94,7 +94,7 @@ #endif #ifndef __WXUNIVERSAL__ -#undef wxUSE_SCROLLBAR +#undef wxUSE_SCROLLBAR #define wxUSE_SCROLLBAR 0 #endif @@ -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_ */