use native calendar control in wxDatePickerCtrl if available (#9548)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,13 +16,6 @@
|
||||
|
||||
#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"
|
||||
|
||||
|
Reference in New Issue
Block a user