]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge.h
Added BMP files for wxPlotWindow,
[wxWidgets.git] / include / wx / msw / gauge.h
index d2effc34415006c7f16760883340d3c1a5b18f9f..3b5569a769a1229e3b8099241dac80158f443bd1 100644 (file)
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __GAUGEH__
-#define __GAUGEH__
+#ifndef _WX_GAUGE_H_
+#define _WX_GAUGE_H_
 
 #ifdef __GNUG__
 #pragma interface "gauge.h"
 #ifdef __WIN95__
 #include "wx/msw/gauge95.h"
 #define wxGauge wxGauge95
-#define classwxGauge classwxGauge95
+#define sm_classwxGauge sm_classwxGauge95
 #else
 #include "wx/msw/gaugemsw.h"
 #define wxGauge wxGaugeMSW
-#define classwxGauge classwxGaugeMSW
+#define sm_classwxGauge sm_classwxGaugeMSW
 #endif
 
 #endif
-    // __GAUGEH__
+    // _WX_GAUGE_H_