diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 42e599b68b..d49aba1441 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -1108,6 +1108,18 @@ // (notably, wxNotebook pages) #define wxUSE_UXTHEME_AUTO 1 +// ---------------------------------------------------------------------------- +// Generic versions of native controls +// ---------------------------------------------------------------------------- + +// Set this to 1 to be able to use wxDatePickerCtrlGeneric in addition to the +// native wxDatePickerCtrl +// +// Default is 0. +// +// Recommended setting: 0, this is mainly used for testing +#define wxUSE_DATEPICKCTRL_GENERIC 0 + // ---------------------------------------------------------------------------- // Crash debugging helpers // ----------------------------------------------------------------------------