X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86ed9a0dc7bf2f085e4dbd91dcea9a8711c5300c..7c36630b570a7e8754d720313b6ea37724f561b0:/include/wx/datectrl.h diff --git a/include/wx/datectrl.h b/include/wx/datectrl.h index 7adfbf775e..822902f062 100644 --- a/include/wx/datectrl.h +++ b/include/wx/datectrl.h @@ -16,17 +16,10 @@ #if wxUSE_DATEPICKCTRL -// this is currently defined in wx/msw/setup.h but not for MSW configure builds -// and other ports which only have the generic version anyhow, so provide a -// fallback definition here for them -#ifndef wxUSE_DATEPICKCTRL_GENERIC - #define wxUSE_DATEPICKCTRL_GENERIC 0 -#endif - #include "wx/control.h" // the base class #include "wx/datetime.h" -#define wxDatePickerCtrlNameStr _T("datectrl") +#define wxDatePickerCtrlNameStr wxT("datectrl") // wxDatePickerCtrl styles enum