comctl32: Make MapIdSearchCompare() static.

Francois Gouget fgouget at free.fr
Tue Jun 23 12:40:50 CDT 2009


---
 dlls/comctl32/listview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index f0a294e..bfa4656 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -2333,7 +2333,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;
-- 
1.6.3.1



More information about the wine-patches mailing list