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:
@@ -40,6 +40,15 @@
|
|||||||
#include "wx/msw/wrapcctl.h"
|
#include "wx/msw/wrapcctl.h"
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
|
|
||||||
|
#ifdef __GNUWIN32__
|
||||||
|
typedef struct tagNMDATETIMECHANGE
|
||||||
|
{
|
||||||
|
NMHDR nmhdr;
|
||||||
|
DWORD dwFlags;
|
||||||
|
SYSTEMTIME st;
|
||||||
|
} NMDATETIMECHANGE, FAR * LPNMDATETIMECHANGE;
|
||||||
|
#endif
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Reference in New Issue
Block a user