diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 4f8e10fc80..3514919e9d 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1129,6 +1129,10 @@ #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 // ----------------------------------------------------------------------------