]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Removed floor() references
[wxWidgets.git] / src / msw / statbr95.cpp
index 312fabcea26fd0bb9f76a9bbe6c2206f924884fd..4c0f0991fd546ac52b9e7b02c4d5f97c9d397f75 100644 (file)
 #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
@@ -54,7 +46,6 @@
   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