From 5bb52a5ff0777462608cd47eeca5cc80e43b261b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 17 Jan 2005 18:52:46 +0000 Subject: [PATCH] removed #ifndef __WXUNIVERSAL__ added in last commit, shouldn't be necessary any more after files.bkl to exclude this file from wxUniv builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/datectrl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/msw/datectrl.cpp b/src/msw/datectrl.cpp index 9235e7149f..3f97a7f7bc 100644 --- a/src/msw/datectrl.cpp +++ b/src/msw/datectrl.cpp @@ -26,8 +26,6 @@ #ifndef WX_PRECOMP #endif -#ifndef __WXUNIVERSAL__ - #include "wx/datectrl.h" #define _WX_DEFINE_DATE_EVENTS_ @@ -225,4 +223,3 @@ wxDatePickerCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) return wxDatePickerCtrlBase::MSWOnNotify(idCtrl, lParam, result); } -#endif // !__WXUNIVERSAL__ -- 2.45.2