]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
Style listbox now shows current style
[wxWidgets.git] / src / msw / tbar95.cpp
index 8dff81d4f95b4f734da059000ae6b050320e5ff7..1e93c69901aca152cff3936f935ceb0823509920 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/toolbar.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/dynarray.h"
     #include "wx/frame.h"
     #include "wx/log.h"
@@ -49,9 +50,6 @@
 #include "wx/msw/uxtheme.h"
 #endif
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 // this define controls whether the code for button colours remapping (only
 // useful for 16 or 256 colour images) is active at all, it's always turned off
 // for CE where it doesn't compile (and is probably not needed anyhow) and may