From: Włodzimierz Skiba Date: Thu, 6 Jul 2006 07:07:52 +0000 (+0000) Subject: Temporarily disable colour picker to keep build working and bofore finding nice repla... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ea6c1f77a260bef70d4a699df6c1d5ad1487f6a Temporarily disable colour picker to keep build working and bofore finding nice replacement for smartphone build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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_