]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gauge.h
fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)
[wxWidgets.git] / include / wx / gauge.h
index 31757e87c9549121303a21360d998a6f66d9b5fa..cb1cffb25be3b6e16f89d8b7a8d66eab5edb31eb 100644 (file)
 // Win32 only, is default (and only) on some other platforms
 #define wxGA_SMOOTH          0x0020
 
-// obsolete style
-#define wxGA_PROGRESSBAR     0
+#if WXWIN_COMPATIBILITY_2_6
+    // obsolete style
+    #define wxGA_PROGRESSBAR     0
+#endif // WXWIN_COMPATIBILITY_2_6
 
 
 extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[];