]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
fix for potention crash when conversion fails
[wxWidgets.git] / src / msw / gauge95.cpp
index 655e9fcf672bb05dbe6da9fac39483a8296e01d5..d3e137616b5319cd9061b563fc0dfe3318a1922f 100644 (file)
 
 #if wxUSE_GAUGE
 
 
 #if wxUSE_GAUGE
 
+#include "wx/gauge.h"
+
 #ifndef WX_PRECOMP
 #endif
 
 #ifndef WX_PRECOMP
 #endif
 
-#include "wx/gauge.h"
 #include "wx/msw/private.h"
 
 #include "wx/msw/private.h"
 
-#if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
-#endif
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
 
 // ----------------------------------------------------------------------------
 // constants
 
 // ----------------------------------------------------------------------------
 // constants