#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"
}
}
-
-
class wxBitmapBaseModule: public wxModule
{
DECLARE_DYNAMIC_CLASS(wxBitmapBaseModule)
};
IMPLEMENT_DYNAMIC_CLASS(wxBitmapBaseModule, wxModule)
+
+#endif // defined(__WXMGL__) || defined(__WXMAC__)
+