X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81e3be0e463e644353b4f969336ca2551b2f0fb4..75d3838010e2d8a9592a4a016e2994f4f0d3070b:/include/wx/features.h?ds=sidebyside diff --git a/include/wx/features.h b/include/wx/features.h index 49deed180e..4324e61fde 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -46,5 +46,17 @@ #undef wxHAS_CRASH_REPORT #endif +// Hopefully we can emulate these dialogs in due +// course +#if wxUSE_SMARTPHONE + +# ifdef wxUSE_COLOURDLG +# undef wxUSE_COLOURDLG +# define wxUSE_COLOURDLG 0 +# endif + +#endif + + #endif // _WX_FEATURES_H_