]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datectrl.h
Fix non-PCH builds (closes #12217)
[wxWidgets.git] / include / wx / datectrl.h
index 7adfbf775e310a0a33afd0c46e3c681fada497bc..822902f0626f7699c5819a0f2331adac090e9523 100644 (file)
 
 #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