]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge.h
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
[wxWidgets.git] / include / wx / msw / gauge.h
index e4df50bc8a36cd7b0fef411cef627d88993df5b7..0751cada22767de81676f5acbae7b3bc8b277350 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"
 #define wxGauge wxGauge95
 #define classwxGauge classwxGauge95
 #else
-#include "wx/msw/gaugemsw.h
+#include "wx/msw/gaugemsw.h"
 #define wxGauge wxGaugeMSW
 #define classwxGauge classwxGaugeMSW
 #endif
 
 #endif
-    // __GAUGEH__
+    // _WX_GAUGE_H_