]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.
[wxWidgets.git] / src / msw / frame.cpp
index 41518eac1836baca1e467b7f33e3f0a49c175ec1..f438b28bb7d51f767760ae78d4d5bf2b1c045267 100644 (file)
@@ -40,9 +40,8 @@
 
 #include "wx/msw/private.h"
 
-#ifdef __WXWINCE__
-#include <commctrl.h>
-#endif
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
 
 #if defined(__POCKETPC__) || defined(__SMARTPHONE__)
     #include <ole2.h>