#include "wx/wxprec.h"
+#if wxUSE_STATBMP
+
#include "wx/statbmp.h"
#include "wx/dcclient.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
-#endif
/*
* wxStaticBitmap
return DoGetSizeFromClientSize( wxSize(16, 16) );
}
+#endif
+