From ee058011bf1e7f497c88eef5df69a46c07fe751a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 5 Feb 2002 00:14:48 +0000 Subject: [PATCH] don't compile this file under wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/bmpbase.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index bc47df63a5..86a9341ee2 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -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__) + -- 2.45.2