X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a04eec8792810cbdda0cbeda7e3ddca434da1712..0fe5e8fea017ecb73f8aaa8ceb745feb269b3f79:/src/common/bmpbase.cpp?ds=inline diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 6405427cad..86a9341ee2 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -12,6 +12,15 @@ #pragma implementation "bitmapbase.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + +#if defined(__WXMGL__) || defined(__WXMAC__) + #include "wx/wx.h" #include "wx/setup.h" #include "wx/utils.h" @@ -102,8 +111,6 @@ void wxBitmapBase::CleanUpHandlers() } } - - class wxBitmapBaseModule: public wxModule { DECLARE_DYNAMIC_CLASS(wxBitmapBaseModule) @@ -114,3 +121,6 @@ public: }; IMPLEMENT_DYNAMIC_CLASS(wxBitmapBaseModule, wxModule) + +#endif // defined(__WXMGL__) || defined(__WXMAC__) +