comctl32: Replace const pointer parameter with correct pointer to const.

This commit is contained in:
Andrew Talbot 2007-03-05 19:02:22 +00:00 committed by Alexandre Julliard
parent 7a9b2183d4
commit 80103832c8
1 changed files with 1 additions and 1 deletions

View File

@ -1762,7 +1762,7 @@ REBAR_InternalEraseBkGnd (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam, REC
}
static void
REBAR_InternalHitTest (REBAR_INFO *infoPtr, const LPPOINT lpPt, UINT *pFlags, INT *pBand)
REBAR_InternalHitTest (REBAR_INFO *infoPtr, const POINT *lpPt, UINT *pFlags, INT *pBand)
{
REBAR_BAND *lpBand;
RECT rect;