Commit dee97f45 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comctl32: Make MapIdSearchCompare() static.

parent 20f0fcfb
......@@ -2352,7 +2352,7 @@ static void LISTVIEW_GetItemBox(const LISTVIEW_INFO *infoPtr, INT nItem, LPRECT
}
/* LISTVIEW_MapIdToIndex helper */
INT CALLBACK MapIdSearchCompare(LPVOID p1, LPVOID p2, LPARAM lParam)
static INT CALLBACK MapIdSearchCompare(LPVOID p1, LPVOID p2, LPARAM lParam)
{
ITEM_ID *id1 = (ITEM_ID*)p1;
ITEM_ID *id2 = (ITEM_ID*)p2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment