]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/chkconf.h
check for wxUSE_TIMER in headers, not the files including them
[wxWidgets.git] / include / wx / msw / wince / chkconf.h
index dc3aebb872582d2bda98f4f961d8468b7a77a280..2c2b6580872bd68ce7237781c85b9f725ae52335 100644 (file)
@@ -71,7 +71,7 @@
 
 
 // Disable features which don't make sense for MS Smartphones
-// (due to pointer device usage, limited controls, file system)
+// (due to pointer device usage, limited controls or dialogs, file system)
 #if defined(__SMARTPHONE__)
     #undef wxUSE_LISTBOOK
     #define wxUSE_LISTBOOK 0
@@ -81,6 +81,9 @@
 
     #undef wxUSE_STATUSBAR
     #define wxUSE_STATUSBAR 0
+
+    #undef wxUSE_COLOURPICKERCTRL
+    #define wxUSE_COLOURPICKERCTRL 0
 #endif // __SMARTPHONE__
 
 #endif // _WX_MSW_WINCE_CHKCONF_H_