#include "wx/generic/statusbr.h"
#include "wx/msw/statbr95.h"
-#include <windows.h>
-#include <windowsx.h>
+#include "wx/msw/private.h"
+#include <windowsx.h>
#if !defined(__GNUWIN32__) || defined(__TWIN32__)
-#include <commctrl.h>
-#endif
-
-#ifdef GetClassInfo
-#undef GetClassInfo
-#endif
-
-#ifdef GetClassName
-#undef GetClassName
+#include <commctrl.h>
#endif
#if wxUSE_NATIVE_STATUSBAR
IMPLEMENT_DYNAMIC_CLASS(wxStatusBar95, wxStatusBar);
BEGIN_EVENT_TABLE(wxStatusBar95, wxStatusBar)
- EVT_PAINT(wxWindow::OnPaint)
EVT_SIZE(wxStatusBar95::OnSize)
END_EVENT_TABLE()
#endif //USE_SHARED_LIBRARY