]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
shouldn't update cursor for hidden windows
[wxWidgets.git] / src / msw / frame.cpp
index 55edcb689fb2ae98f6ca6b73a77d8055b25d06dd..800cd97d862c93fdfd0097c589608b6fdf389e47 100644 (file)
@@ -37,6 +37,8 @@
     #include "wx/panel.h"
     #include "wx/log.h"
     #include "wx/toolbar.h"
+    #include "wx/statusbr.h"
+    #include "wx/menuitem.h"
 #endif // WX_PRECOMP
 
 #include "wx/msw/private.h"
     #include "wx/msw/winundef.h"
 #endif
 
-#if wxUSE_STATUSBAR
-    #include "wx/statusbr.h"
-    #include "wx/generic/statusbr.h"
-#endif // wxUSE_STATUSBAR
-
-#include "wx/menuitem.h"
+#include "wx/generic/statusbr.h"
 
 #ifdef __WXUNIVERSAL__
     #include "wx/univ/theme.h"