From 30b1153d6479121d1a8eeaac10b8f82007701767 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 3 Feb 2005 09:54:02 +0000 Subject: [PATCH] Correction to previous fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/datectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/datectrl.cpp b/src/msw/datectrl.cpp index 75cada840f..71ba127e71 100644 --- a/src/msw/datectrl.cpp +++ b/src/msw/datectrl.cpp @@ -40,7 +40,7 @@ #include "wx/msw/wrapcctl.h" #include "wx/msw/private.h" -#ifdef __GNUWIN32__ +#if defined(__GNUWIN32__) && ! wxCHECK_W32API_VERSION( 2, 4 ) typedef struct tagNMDATETIMECHANGE { NMHDR nmhdr;