]> git.saurik.com Git - wxWidgets.git/commitdiff
don't compile this file under wxMSW
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2002 00:14:48 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2002 00:14:48 +0000 (00:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/bmpbase.cpp

index bc47df63a5217c506521cda5736539095c96fecd..86a9341ee271ef8416be6a2d2aeee88d12048d9e 100644 (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__)
+