]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends...
[wxWidgets.git] / src / msw / gauge95.cpp
index e3ea695d8a4444cd58acede065310e42f941bb7b..655e9fcf672bb05dbe6da9fac39483a8296e01d5 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_GAUGE
+
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
 #endif
 
-#if wxUSE_GAUGE
-
 #include "wx/gauge.h"
 #include "wx/msw/private.h"
 
@@ -95,7 +94,9 @@ wxBEGIN_FLAGS( wxGaugeStyle )
 
     wxFLAGS_MEMBER(wxGA_HORIZONTAL)
     wxFLAGS_MEMBER(wxGA_VERTICAL)
+#if WXWIN_COMPATIBILITY_2_6
     wxFLAGS_MEMBER(wxGA_PROGRESSBAR)
+#endif // WXWIN_COMPATIBILITY_2_6
     wxFLAGS_MEMBER(wxGA_SMOOTH)
 
 wxEND_FLAGS( wxGaugeStyle )
@@ -217,4 +218,3 @@ bool wxGauge95::SetBackgroundColour(const wxColour& col)
 }
 
 #endif // wxUSE_GAUGE
-