]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/gauge.h
Added wxCriticalSection::TryEnter() method.
[wxWidgets.git] / include / wx / univ / gauge.h
index e1f69a50e923efd269806dec014a77b2f48fcfaf..180a923f333d535b968a63ab93840a5ca53673ed 100644 (file)
@@ -9,11 +9,14 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_UNIV_GAUGE_H_
+#define _WX_UNIV_GAUGE_H_
+
 // ----------------------------------------------------------------------------
 // wxGauge: a progress bar
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGauge : public wxGaugeBase
+class WXDLLIMPEXP_CORE wxGauge : public wxGaugeBase
 {
 public:
     wxGauge() { Init(); }
@@ -68,3 +71,5 @@ protected:
 
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };
+
+#endif // _WX_UNIV_GAUGE_H_