X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee00931326788270a5ec1bd4aa31b19b49b386ed..df53be12c55c077d9c2e1c479a1552188638495c:/include/wx/msw/menuitem.h diff --git a/include/wx/msw/menuitem.h b/include/wx/msw/menuitem.h index 38ad3ed2c6..4cfc3d058b 100644 --- a/include/wx/msw/menuitem.h +++ b/include/wx/msw/menuitem.h @@ -19,6 +19,8 @@ #if wxUSE_OWNER_DRAWN #include "wx/ownerdrw.h" #include "wx/bitmap.h" + + struct tagRECT; #endif // ---------------------------------------------------------------------------- @@ -120,7 +122,7 @@ protected: 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