]> git.saurik.com Git - wxWidgets.git/commitdiff
Probably a bug in the MINGW32 header.
authorRobert Roebling <robert@roebling.de>
Sat, 22 Jan 2005 19:16:43 +0000 (19:16 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 22 Jan 2005 19:16:43 +0000 (19:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/datectrl.cpp

index e5b0f87a6eed9bce353b8cbd7657d20170fccde2..ea53e2236566b3d1dbb4f519e1b20341a58bd1da 100644 (file)
@@ -173,6 +173,14 @@ wxSize wxDatePickerCtrl::DoGetBestSize() const
 // 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)
 {
     // as we don't support DTS_SHOWNONE style so far, we don't allow setting