From: Julian Smart Date: Tue, 22 Mar 2005 10:38:26 +0000 (+0000) Subject: DEBUGREPORT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b4a652a8bf3da1b2dd20dd22c9e6db5dd03db59 DEBUGREPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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_ diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 3514919e9d..4f8e10fc80 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1129,10 +1129,6 @@ #undef wxUSE_COMMON_DIALOGS #define wxUSE_COMMON_DIALOGS 0 -// Don't use debug report under CE -#undef wxUSE_DEBUGREPORT -#define wxUSE_DEBUGREPORT 0 - // ---------------------------------------------------------------------------- // MSW settings not supported by CE // ----------------------------------------------------------------------------