X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bb0e26c0c82778a50e901acbc5e00f739435eef..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/msw/wince/chkconf.h diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index 5f320a3605..b971317ef6 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -53,6 +53,8 @@ #undef wxUSE_REGEX #define wxUSE_REGEX 0 +#undef wxUSE_DEBUGREPORT +#define wxUSE_DEBUGREPORT 0 // Disable features which don't make sense for MS Smartphones // (due to pointer device usage, limited controls, file system) @@ -65,9 +67,6 @@ #undef wxUSE_STATUSBAR #define wxUSE_STATUSBAR 0 - - #undef wxUSE_DEBUGREPORT - #define wxUSE_DEBUGREPORT 0 #endif // __SMARTPHONE__ #endif // _WX_MSW_WINCE_CHKCONF_H_