Probably a bug in the MINGW32 header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -173,6 +173,14 @@ wxSize wxDatePickerCtrl::DoGetBestSize() const
|
|||||||
// wxDatePickerCtrl operations
|
// wxDatePickerCtrl operations
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#ifndef DateTime_GetSystemtime
|
||||||
|
#define DateTime_GetSystemtime DateTime_GetSystemTime
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef DateTime_SetSystemtime
|
||||||
|
#define DateTime_SetSystemtime DateTime_SetSystemTime
|
||||||
|
#endif
|
||||||
|
|
||||||
void wxDatePickerCtrl::SetValue(const wxDateTime& dt)
|
void wxDatePickerCtrl::SetValue(const wxDateTime& dt)
|
||||||
{
|
{
|
||||||
// as we don't support DTS_SHOWNONE style so far, we don't allow setting
|
// as we don't support DTS_SHOWNONE style so far, we don't allow setting
|
||||||
|
Reference in New Issue
Block a user