Fix for GCC compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-02-03 09:45:32 +00:00
parent 31a01a24c8
commit 65ab10020b

View File

@ -40,6 +40,15 @@
#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
// ============================================================================