]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
I forgot to commit this one.
[wxWidgets.git] / src / msw / gauge95.cpp
index 2c7a7e6bece0eb5aac938c76b5c1fedfdecdad95..d3e137616b5319cd9061b563fc0dfe3318a1922f 100644 (file)
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #include "wx/defs.h"
-#endif
-
 #if wxUSE_GAUGE
 
 #include "wx/gauge.h"
-#include "wx/msw/private.h"
 
-#if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
+#ifndef WX_PRECOMP
 #endif
 
+#include "wx/msw/private.h"
+
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
+
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------