]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/datectrl.cpp
Check accelerators before sending EVT_CHAR
[wxWidgets.git] / src / msw / datectrl.cpp
index f487d33eeb80e4dab9d4f2971a55916c651a8b5e..71ba127e719ab3f731262d69bc8c24ad3d30a37f 100644 (file)
 #include "wx/msw/wrapcctl.h"
 #include "wx/msw/private.h"
 
+#if defined(__GNUWIN32__) && ! wxCHECK_W32API_VERSION( 2, 4 )
+typedef struct tagNMDATETIMECHANGE
+{
+    NMHDR       nmhdr;
+    DWORD       dwFlags;
+    SYSTEMTIME  st;
+} NMDATETIMECHANGE, FAR * LPNMDATETIMECHANGE;
+#endif
+
 // ============================================================================
 // implementation
 // ============================================================================