]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
Commiting re-baked files after wxListCtrl OS X additions.
[wxWidgets.git] / src / msw / frame.cpp
index 800cd97d862c93fdfd0097c589608b6fdf389e47..c31faeb7089bb06057c902641b045cdf5c9f6b21 100644 (file)
@@ -27,6 +27,7 @@
 #include "wx/frame.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/app.h"
     #include "wx/menu.h"
     #include "wx/utils.h"
@@ -43,9 +44,6 @@
 
 #include "wx/msw/private.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 #if defined(__POCKETPC__) || defined(__SMARTPHONE__)
     #include <ole2.h>
     #include <aygshell.h>