X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be96ed8c5dd17ece6effc679a48078270b577a92..3c029873c66cfdc0dcbf52958970273435ba02fc:/include/wx/msw/wince/chkconf.h diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index dc3aebb872..2c2b658087 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -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_