X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e7f00a13725fe2eac6802761aac0d97c726912a..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/msw/wince/chkconf.h diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index eafc5c8b2e..b971317ef6 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -41,6 +41,9 @@ #undef wxUSE_MEDIACTRL #define wxUSE_MEDIACTRL 0 +#undef wxUSE_WXHTML_HELP +#define wxUSE_WXHTML_HELP 0 + // libtiff and regex apparently don't compile with eVC (to check with eVC4?) // and they're disabled for WinCE in build/bakefiles/{tiff|regex}.bkl so can't // be enabled here @@ -50,8 +53,11 @@ #undef wxUSE_REGEX #define wxUSE_REGEX 0 +#undef wxUSE_DEBUGREPORT +#define wxUSE_DEBUGREPORT 0 -// Disable controls which don't make sense for phones +// Disable features which don't make sense for MS Smartphones +// (due to pointer device usage, limited controls, file system) #if defined(__SMARTPHONE__) #undef wxUSE_LISTBOOK #define wxUSE_LISTBOOK 0