Simpler for readable diffs in future new ports.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-04-15 16:47:28 +00:00
parent 8079756869
commit 7220e45533
2 changed files with 11 additions and 5 deletions

View File

@@ -19,8 +19,11 @@
#pragma hdrstop
#endif
#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXGTK__) \
|| defined(__WXMOTIF__) || defined(__WXX11__)
#if defined(__WXMGL__) || \
defined(__WXMAC__) || \
defined(__WXGTK__) || \
defined(__WXMOTIF__) || \
defined(__WXX11__)
#include "wx/setup.h"
#include "wx/utils.h"
@@ -122,5 +125,4 @@ public:
IMPLEMENT_DYNAMIC_CLASS(wxBitmapBaseModule, wxModule)
#endif // defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXCOCOA__) || defined(__WXMOTIF__) || defined(__WXX11__)
#endif // __WXMGL__ || __WXMAC__ || __WXCOCOA__ || __WXMOTIF__ || __WXX11__