]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcclient.h
Added stub include files; also a couple more Dialog Editor files.
[wxWidgets.git] / include / wx / msw / dcclient.h
index 05743e7ec3b58722c20397416d6c17694d0a50f6..126eb39076a9e6978b110ff67b57e9184c13509b 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __DCCLIENTH__
-#define __DCCLIENTH__
+#ifndef _WX_DCCLIENT_H_
+#define _WX_DCCLIENT_H_
 
 #ifdef __GNUG__
 #pragma interface "dcclient.h"
 
 #ifdef __GNUG__
 #pragma interface "dcclient.h"
@@ -57,9 +57,9 @@ class WXDLLEXPORT wxPaintDC: public wxDC
   ~wxPaintDC(void);
 
  protected:
   ~wxPaintDC(void);
 
  protected:
-    static WXHDC m_staticPaintHDC ;
-    static int m_staticPaintCount ;
+    static WXHDC ms_PaintHDC;
+    static uint  ms_PaintCount;
 };
 
 #endif
 };
 
 #endif
-    // __DCCLIENTH__
+    // _WX_DCCLIENT_H_