#if wxUSE_OWNER_DRAWN
#include "wx/ownerdrw.h"
#include "wx/bitmap.h"
+
+ struct tagRECT;
#endif
// ----------------------------------------------------------------------------
private:
// helper function for draw std menu check mark
- void DrawStdCheckMark(HDC hdc, const RECT* rc, wxODStatus stat);
+ void DrawStdCheckMark(WXHDC hdc, const tagRECT* rc, wxODStatus stat);
#endif // wxUSE_OWNER_DRAWN