diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-11 19:30:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-11 19:30:58 +0000 |
commit | 0769aa40dd28fd616de393c6f14b85f762e515c2 (patch) | |
tree | 326c495cafdfe8822ebf627097d51b54b318b40a /src/modules/clist/clc.h | |
parent | a06fc0aa16053a91bf93a28020a46b78dca17ee1 (diff) |
shameful death of another 'HANDLE'
git-svn-id: http://svn.miranda-ng.org/main/trunk@8103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/clc.h')
-rw-r--r-- | src/modules/clist/clc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/clc.h b/src/modules/clist/clc.h index 0c1a714fae..179ba84c46 100644 --- a/src/modules/clist/clc.h +++ b/src/modules/clist/clc.h @@ -45,7 +45,7 @@ LRESULT CALLBACK fnContactListControlWndProc(HWND hwnd, UINT msg, WPARAM wParam, /* clcidents.c */
int fnGetRowsPriorTo(ClcGroup *group, ClcGroup *subgroup, int contactIndex);
-int fnFindItem(HWND hwnd, struct ClcData *dat, HANDLE hItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
+int fnFindItem(HWND hwnd, struct ClcData *dat, DWORD dwItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
int fnGetRowByIndex(struct ClcData *dat, int testindex, ClcContact **contact, ClcGroup **subgroup);
HANDLE fnContactToHItem(ClcContact *contact);
HANDLE fnContactToItemHandle(ClcContact *contact, DWORD *nmFlags);
|