// If enabled (1), compiles wxWidgets streams classes
#define wxUSE_STREAMS 1
-// Use standard C++ streams if 1. If 0, use wxWin streams implementation.
+// Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
#define wxUSE_STD_IOSTREAM 0
+// Enable converion to standard C++ string if 1.
+#define wxUSE_STD_STRING 0
+
// ----------------------------------------------------------------------------
// non GUI features selection
// ----------------------------------------------------------------------------
#undef wxUSE_TOOLTIPS
#define wxUSE_TOOLTIPS 0
-// Don't use commdlg.h
+// Do use commdlg.h
#undef wxUSE_COMMON_DIALOGS
-#define wxUSE_COMMON_DIALOGS 0
-
-// Don't use debug report under CE
-#undef wxUSE_DEBUGREPORT
-#define wxUSE_DEBUGREPORT 0
+#define wxUSE_COMMON_DIALOGS 1
// ----------------------------------------------------------------------------
// MSW settings not supported by CE