]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
[wxWidgets.git] / src / msw / combobox.cpp
index 2648bd802455fccd4cdc86455c78684e06acfcad..41b73b447894ab39d9ed317dbd9c2d72aa572da1 100644 (file)
 #include "wx/clipbrd.h"
 #include "wx/msw/private.h"
 
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
+
 #if wxUSE_TOOLTIPS
-    #if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__)
-        #include <commctrl.h>
-    #endif
     #include "wx/tooltip.h"
 #endif // wxUSE_TOOLTIPS