From 635465c3e3e5325150e04b0c09551170a0832d11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 17 Jan 2005 14:20:52 +0000 Subject: [PATCH] wxMSWUniv build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/datectrl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/msw/datectrl.cpp b/src/msw/datectrl.cpp index 3f97a7f7bc..ecf82b2945 100644 --- a/src/msw/datectrl.cpp +++ b/src/msw/datectrl.cpp @@ -31,6 +31,8 @@ #define _WX_DEFINE_DATE_EVENTS_ #include "wx/dateevt.h" +#ifndef __WXUNIVERSAL__ + #include "wx/msw/wrapwin.h" #include "wx/msw/wrapcctl.h" #include "wx/msw/private.h" @@ -223,3 +225,4 @@ wxDatePickerCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) return wxDatePickerCtrlBase::MSWOnNotify(idCtrl, lParam, result); } +#endif // !__WXUNIVERSAL__ -- 2.45.2