]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/chkconf.h
Fix a couple of export declarations
[wxWidgets.git] / include / wx / msw / wince / chkconf.h
index 35fb198c77ccfdfa98d1810717dda76849c138c1..87315e9e3bbc760613b75970022b0483f33328db 100644 (file)
 #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)
 #if defined(__SMARTPHONE__)