]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
optimize Replace() for the common case of replacing one character with another one...
[wxWidgets.git] / src / msw / menu.cpp
index 0c2af08771a919fdc94bb0f441d57364da2ddc23..3cf48b33d3974851993a0000d85b2c984b1137f7 100644 (file)
@@ -29,7 +29,6 @@
 #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,6 +40,7 @@
 #endif
 
 #include "wx/msw/private.h"
+#include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
 
 #ifdef __WXWINCE__
 #include <windows.h>