Check wxMSWUniv condition earlier.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-01-17 14:35:05 +00:00
parent 635465c3e3
commit dbd9b4dbf2

View File

@@ -26,13 +26,13 @@
#ifndef WX_PRECOMP
#endif
#ifndef __WXUNIVERSAL__
#include "wx/datectrl.h"
#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"