]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
Another RTL fix.
[wxWidgets.git] / src / msw / menu.cpp
index 03c844447cef3c5b371f21f1c9f74f324be238ff..28581bd470261c959f2bfdcc5b5380551852a74c 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/menu.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/frame.h"
     #include "wx/utils.h"
     #include "wx/intl.h"
@@ -41,9 +42,6 @@
 
 #include "wx/msw/private.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 #ifdef __WXWINCE__
 #include <windows.h>
 #include <windowsx.h>