git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31717
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/msw/wrapcctl.h"
#include "wx/msw/private.h"
+#ifdef __GNUWIN32__
+typedef struct tagNMDATETIMECHANGE
+{
+ NMHDR nmhdr;
+ DWORD dwFlags;
+ SYSTEMTIME st;
+} NMDATETIMECHANGE, FAR * LPNMDATETIMECHANGE;
+#endif
+
// ============================================================================
// implementation
// ============================================================================