]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Changed [] parameters to be unsigned.
[wxWidgets.git] / src / msw / statbr95.cpp
index 3792cd8e25edffa5e638787822b2e1ec7e78b7e8..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