///////////////////////////////////////////////////////////////////////////////
-// Name: menuitem.h
+// Name: wx/msw/menuitem.h
// Purpose: wxMenuItem class
// Author: Vadim Zeitlin
// Modified by:
#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(WXHDC hdc, const RECT* rc, wxODStatus stat);
+ void DrawStdCheckMark(WXHDC hdc, const tagRECT* rc, wxODStatus stat);
#endif // wxUSE_OWNER_DRAWN