Francois Gouget : comctl32: Make MapIdSearchCompare() static.

Alexandre Julliard julliard at winehq.org
Wed Jun 24 09:22:55 CDT 2009


Module: wine
Branch: master
Commit: dee97f456000879ff6fb7e13643492d3a99cdb48
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dee97f456000879ff6fb7e13643492d3a99cdb48

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Jun 23 19:40:50 2009 +0200

comctl32: Make MapIdSearchCompare() static.

---

 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 ab94936..b84600a 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -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;




More information about the wine-cvs mailing list