#define wxUSE_ON_FATAL_EXCEPTION 0
// media stuff not supported under CE
-#undef wxUSE_DIRECTSHOW
-#define wxUSE_DIRECTSHOW 0
-
#undef wxUSE_MEDIACTRL
#define wxUSE_MEDIACTRL 0
#undef wxUSE_REGEX
#define wxUSE_REGEX 0
+#undef wxUSE_DEBUGREPORT
+#define wxUSE_DEBUGREPORT 0
+
+// other MSW settings not supported by CE
+#undef wxUSE_RICHEDIT
+#define wxUSE_RICHEDIT 0
+#undef wxUSE_RICHEDIT2
+#define wxUSE_RICHEDIT2 0
+
+#undef wxUSE_UXTHEME
+#define wxUSE_UXTHEME 0
+#undef wxUSE_UXTHEME_AUTO
+#define wxUSE_UXTHEME_AUTO 0
+
+#undef wxUSE_UNICODE_MSLU
+#define wxUSE_UNICODE_MSLU 0
+
// Disable features which don't make sense for MS Smartphones
// (due to pointer device usage, limited controls, file system)
#undef wxUSE_STATUSBAR
#define wxUSE_STATUSBAR 0
-
- #undef wxUSE_DEBUGREPORT
- #define wxUSE_DEBUGREPORT 0
#endif // __SMARTPHONE__
#endif // _WX_MSW_WINCE_CHKCONF_H_