]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/chkconf.h
added wxConvFileName which is a variable, not define as wxConvFile; added comments...
[wxWidgets.git] / include / wx / msw / wince / chkconf.h
index 5f320a3605b88b8f40d8f19f04ec55350e142ac5..b971317ef60b3d7bcdc2f472abbaa75caa3b2326 100644 (file)
@@ -53,6 +53,8 @@
 #undef wxUSE_REGEX
 #define wxUSE_REGEX 0
 
+#undef wxUSE_DEBUGREPORT
+#define wxUSE_DEBUGREPORT 0
 
 // Disable features which don't make sense for MS Smartphones
 // (due to pointer device usage, limited controls, file system)
@@ -65,9 +67,6 @@
 
     #undef wxUSE_STATUSBAR
     #define wxUSE_STATUSBAR 0
-
-    #undef wxUSE_DEBUGREPORT
-    #define wxUSE_DEBUGREPORT 0
 #endif // __SMARTPHONE__
 
 #endif // _WX_MSW_WINCE_CHKCONF_H_