///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "statusbr.h"
+#pragma implementation "statbrma.h"
#endif
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#include "wx/mac/statusbr.h"
-
-#if !USE_SHARED_LIBRARY
-IMPLEMENT_DYNAMIC_CLASS(wxStatusBarMac, wxStatusBarGeneric);
+#include "wx/statusbr.h"
+#include "wx/dc.h"
+#include "wx/dcclient.h"
BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric)
EVT_PAINT(wxStatusBarMac::OnPaint)
END_EVENT_TABLE()
-#endif //USE_SHARED_LIBRARY
-
// ============================================================================
// implementation
// ============================================================================
// ----------------------------------------------------------------------------
-// wxStatusBarXX class
+// wxStatusBarMac class
// ----------------------------------------------------------------------------
wxStatusBarMac::wxStatusBarMac()
# ifdef __WXMSW__
dc.SetFont(wxNullFont);
# endif // MSW
-}
\ No newline at end of file
+}