don't compile this file under wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-02-05 00:14:48 +00:00
parent b920c41b60
commit ee058011bf

View File

@@ -19,6 +19,8 @@
#pragma hdrstop
#endif
#if defined(__WXMGL__) || defined(__WXMAC__)
#include "wx/wx.h"
#include "wx/setup.h"
#include "wx/utils.h"
@@ -119,3 +121,6 @@ public:
};
IMPLEMENT_DYNAMIC_CLASS(wxBitmapBaseModule, wxModule)
#endif // defined(__WXMGL__) || defined(__WXMAC__)