From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ContactsPlus/src/utils.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/ContactsPlus/src/utils.h') diff --git a/plugins/ContactsPlus/src/utils.h b/plugins/ContactsPlus/src/utils.h index d62bee86ae..f0337c3dab 100644 --- a/plugins/ContactsPlus/src/utils.h +++ b/plugins/ContactsPlus/src/utils.h @@ -32,17 +32,17 @@ int __fastcall strcmpnull(const char *str1, const char *str2); void __fastcall strcpynull(char *str1, const char *str2); char* __fastcall null_strdup(const char *string); -TCHAR* GetContactUID(HCONTACT hContact); +TCHAR* GetContactUID(MCONTACT hContact); -void DrawProtocolIcon(HWND hwndDlg, LPARAM lParam, HCONTACT hContact); -void UpdateDialogTitle(HWND hwndDlg, HCONTACT hContact, TCHAR *pszTitleStart); -void UpdateDialogAddButton(HWND hwndDlg, HCONTACT hContact); +void DrawProtocolIcon(HWND hwndDlg, LPARAM lParam, MCONTACT hContact); +void UpdateDialogTitle(HWND hwndDlg, MCONTACT hContact, TCHAR *pszTitleStart); +void UpdateDialogAddButton(HWND hwndDlg, MCONTACT hContact); HICON InitMButton(HWND hDlg, int idButton, LPCSTR szIcon, char* szTip); -void DialogAddContactExecute(HWND hwndDlg, HCONTACT hNewContact); +void DialogAddContactExecute(HWND hwndDlg, MCONTACT hNewContact); -HICON LoadContactProtoIcon(HCONTACT hContact); +HICON LoadContactProtoIcon(MCONTACT hContact); void EnableDlgItem(HWND hwndDlg, UINT control, int state); -- cgit v1.2.3