]> git.saurik.com Git - wxWidgets.git/commitdiff
MinGW compilation fixes.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 28 Sep 2003 13:57:52 +0000 (13:57 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 28 Sep 2003 13:57:52 +0000 (13:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/gauge95.h
src/msw/gauge95.cpp

index 052a7ae7129e8ada8cb597a6304d2e415c89b09c..6173f606153030a1584777405968643b6ee91ea9 100644 (file)
@@ -16,9 +16,7 @@
 #pragma interface "gauge95.h"
 #endif
 
-#if wxUSE_SLIDER
-
-#include "wx/control.h"
+#if wxUSE_GAUGE
 
 WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
 
index 3fdf9d68ec858b864b8baf75a16b3bbcc2a016af..2472ee678c2a773e1a6d9a99ae49b4492fc56536 100644 (file)
@@ -34,7 +34,7 @@
 
 #if wxUSE_GAUGE
 
-#include "wx/msw/gauge95.h"
+#include "wx/gauge.h"
 #include "wx/msw/private.h"
 
 #if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))