From ddba4ede6b451d0cfcd0d32b5180fbd0689966bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 08:04:30 +0000 Subject: - HANDLE hContact => HCONTACT - GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ContactsPlus/src/receive.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/ContactsPlus/src/receive.h') diff --git a/plugins/ContactsPlus/src/receive.h b/plugins/ContactsPlus/src/receive.h index dce1b023ac..1ad8eed542 100644 --- a/plugins/ContactsPlus/src/receive.h +++ b/plugins/ContactsPlus/src/receive.h @@ -43,21 +43,21 @@ struct TReceivedItem { struct TRecvContactsData { - TRecvContactsData(HANDLE contact); + TRecvContactsData(HCONTACT contact); ~TRecvContactsData(); - HANDLE mhDbEvent; // handle to recv DB event - HANDLE mhContact; // from whom we received this + HANDLE mhDbEvent; // handle to recv DB event + HCONTACT mhContact; // from whom we received this HIMAGELIST mhListIcon;// icons for listview - HMENU mhPopup; // popup menu for listview - HANDLE hHook; // hook to event - HANDLE rhSearch; // handle to uin-search - TCHAR* haUin; - int iPopupItem; + HMENU mhPopup; // popup menu for listview + HANDLE hHook; // hook to event + HANDLE rhSearch; // handle to uin-search + TCHAR* haUin; + int iPopupItem; TReceivedItem** maReceived;// received contacts - int cbReceived; + int cbReceived; TReceivedItem* AddReceivedItem(); - HICON hIcons[4]; // icons for dialog + HICON hIcons[4]; // icons for dialog }; extern HANDLE ghRecvWindowList; -- cgit v1.2.3