X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b706528b9e0e3f7ae7afdfb23af157293b8d71a7..af57c51ab758ad9810ea5bbb3703341cd5f367b1:/include/wx/msw/wince/chkconf.h diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index e49897df72..2c2b658087 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -40,10 +40,6 @@ #undef wxUSE_ON_FATAL_EXCEPTION #define wxUSE_ON_FATAL_EXCEPTION 0 -// media stuff not supported under CE -#undef wxUSE_MEDIACTRL -#define wxUSE_MEDIACTRL 0 - #undef wxUSE_WXHTML_HELP #define wxUSE_WXHTML_HELP 0 @@ -75,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 @@ -85,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_