// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __DCCLIENTH__
-#define __DCCLIENTH__
+#ifndef _WX_DCCLIENT_H_
+#define _WX_DCCLIENT_H_
#ifdef __GNUG__
#pragma interface "dcclient.h"
protected:
static WXHDC ms_PaintHDC;
- static uint ms_PaintCount;
+ static size_t ms_PaintCount;
};
#endif
- // __DCCLIENTH__
+ // _WX_DCCLIENT_H_