]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/tbarwce.cpp
draw solid focus rectangle in mono theme and don't do it at all for selected items...
[wxWidgets.git] / src / msw / wince / tbarwce.cpp
index f80b550c3a74caf58249cc80bc06e8e8c1443ddd..27a5d7b31364bfe77d2aa2d95fdd1aac2a161d2d 100644 (file)
@@ -31,6 +31,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"
@@ -45,9 +46,6 @@
     #include "malloc.h"
 #endif
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 #include "wx/msw/private.h"
 #include <windows.h>
 #include <windowsx.h>