]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/datectrl.cpp
Reduce the value of the fkey guard for unicode characters
[wxWidgets.git] / src / msw / datectrl.cpp
index 5dc3929b533ab8eedf74a15104b756f3aebe0008..29283075586c7bf1231211548a95be2143e02a27 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;
-#endif // old gcc headers
-
 // apparently some versions of mingw define these macros erroneously
 #ifndef DateTime_GetSystemtime
     #define DateTime_GetSystemtime DateTime_GetSystemTime