X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1146983c7be03c3b0d617b983625b11f693cefdb..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/msw/wince/chkconf.h diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index 35fb198c77..87315e9e3b 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -53,6 +53,21 @@ #undef wxUSE_DEBUGREPORT #define wxUSE_DEBUGREPORT 0 +// other MSW settings not supported by CE +#undef wxUSE_RICHEDIT +#define wxUSE_RICHEDIT 0 +#undef wxUSE_RICHEDIT2 +#define wxUSE_RICHEDIT2 0 + +#undef wxUSE_UXTHEME +#define wxUSE_UXTHEME 0 +#undef wxUSE_UXTHEME_AUTO +#define wxUSE_UXTHEME_AUTO 0 + +#undef wxUSE_UNICODE_MSLU +#define wxUSE_UNICODE_MSLU 0 + + // Disable features which don't make sense for MS Smartphones // (due to pointer device usage, limited controls, file system) #if defined(__SMARTPHONE__)