// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __DCCLIENTH__
-#define __DCCLIENTH__
+#ifndef _WX_DCCLIENT_H_
+#define _WX_DCCLIENT_H_
#ifdef __GNUG__
#pragma interface "dcclient.h"
~wxPaintDC(void);
protected:
- static WXHDC m_staticPaintHDC ;
- static int m_staticPaintCount ;
+ static WXHDC ms_PaintHDC;
+ static uint ms_PaintCount;
};
#endif
- // __DCCLIENTH__
+ // _WX_DCCLIENT_H_