X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88783bc499403318cd0e55bbffd9edf760b0394f..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/msw/wince/setup.h diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 134109be2c..c8dfa19da6 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -138,8 +138,9 @@ // // Default is 1 if supported by the compiler. // -// Recommended setting: 0, it is still experimental and API may change -#define wxUSE_DEBUGREPORT 0 +// Recommended setting: 1, it is compiled into a separate library so there +// is no overhead if you don't use it +#define wxUSE_DEBUGREPORT 1 // ---------------------------------------------------------------------------- // Unicode support @@ -1084,10 +1085,6 @@ #undef wxUSE_CHECKLISTBOX #define wxUSE_CHECKLISTBOX 0 -// ??? -#undef wxUSE_COMMON_DIALOGS -#define wxUSE_COMMON_DIALOGS 0 - // Windows CE doesn't use RAS so wxDialUpManager doesn't work under it #undef wxUSE_DIALUP_MANAGER #define wxUSE_DIALUP_MANAGER 0 @@ -1098,9 +1095,6 @@ #undef wxUSE_DYNAMIC_LOADER #define wxUSE_DYNAMIC_LOADER 0 -#undef wxUSE_FILECONFIG -#define wxUSE_FILECONFIG 0 - #undef wxUSE_FSVOLUME #define wxUSE_FSVOLUME 0 @@ -1131,6 +1125,10 @@ #undef wxUSE_TOOLTIPS #define wxUSE_TOOLTIPS 0 +// Do use commdlg.h +#undef wxUSE_COMMON_DIALOGS +#define wxUSE_COMMON_DIALOGS 1 + // ---------------------------------------------------------------------------- // MSW settings not supported by CE // ----------------------------------------------------------------------------