#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__)
+