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/WebView/src/webview.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/WebView/src/webview.h') diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h index 73c410bf7d..8884763804 100644 --- a/plugins/WebView/src/webview.h +++ b/plugins/WebView/src/webview.h @@ -190,8 +190,8 @@ INT_PTR ShowHideContactCommand(WPARAM wParam, LPARAM lParam); INT_PTR PingWebsiteMenuCommand(WPARAM wParam, LPARAM lParam); INT_PTR StpPrcssMenuCommand(WPARAM wParam, LPARAM lParam); -int UpdateMenuCommand(WPARAM wParam, LPARAM lParam, HCONTACT singlecontact); -int OnTopMenuCommand(WPARAM wParam, LPARAM lParam, HCONTACT singlecontact); +int UpdateMenuCommand(WPARAM wParam, LPARAM lParam, MCONTACT singlecontact); +int OnTopMenuCommand(WPARAM wParam, LPARAM lParam, MCONTACT singlecontact); // void ChangeContactStatus(int con_stat); @@ -206,7 +206,7 @@ void RemoveTabs(char *truncated); void FastTagFilter(char *truncated); void EraseBlock(char *truncated); void EraseSymbols(char *truncated); -int ProcessAlerts(HCONTACT hContact, char *truncated, char *tstr, char *contactname, int notpresent); +int ProcessAlerts(MCONTACT hContact, char *truncated, char *tstr, char *contactname, int notpresent); INT_PTR CALLBACK DlgPopUpOpts(HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK DlgProcFind(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); @@ -223,8 +223,8 @@ INT_PTR CALLBACK DlgProcContactOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM void AckFunc(void *dummy); int SiteDeleted(WPARAM wParam, LPARAM lParam); -int WErrorPopup(HCONTACT hContact, TCHAR *textdisplay); -int WAlertPopup(HCONTACT hContact, TCHAR *displaytext); +int WErrorPopup(MCONTACT hContact, TCHAR *textdisplay); +int WAlertPopup(MCONTACT hContact, TCHAR *displaytext); ////////////////////// // wrappers -- cgit v1.2.3