X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/799ea01170e831c212320b0cb3038a91785e4789..e1b93ccbdce1d7b757f6d6180b710214e6277a00:/src/common/bmpbase.cpp 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__) +