]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bmpbase.cpp
temp linking quick fix
[wxWidgets.git] / src / common / bmpbase.cpp
index bc47df63a5217c506521cda5736539095c96fecd..86a9341ee271ef8416be6a2d2aeee88d12048d9e 100644 (file)
@@ -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__)
+