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/WebView/src/webview.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/WebView/src/webview.h') diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h index d74d6de614..73c410bf7d 100644 --- a/plugins/WebView/src/webview.h +++ b/plugins/WebView/src/webview.h @@ -117,7 +117,7 @@ //lets get rid of some warnings void CodetoSymbol(char *truncated); -void GetData(HANDLE hContact); +void GetData(void *param); void FillFontListThread(void *); INT_PTR CALLBACK DlgProcDisplayData(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); @@ -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, HANDLE singlecontact); -int OnTopMenuCommand(WPARAM wParam, LPARAM lParam, HANDLE singlecontact); +int UpdateMenuCommand(WPARAM wParam, LPARAM lParam, HCONTACT singlecontact); +int OnTopMenuCommand(WPARAM wParam, LPARAM lParam, HCONTACT 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(HANDLE hContact, char *truncated, char *tstr, char *contactname, int notpresent); +int ProcessAlerts(HCONTACT 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(HANDLE hContact, TCHAR *textdisplay); -int WAlertPopup(HANDLE hContact, TCHAR *displaytext); +int WErrorPopup(HCONTACT hContact, TCHAR *textdisplay); +int WAlertPopup(HCONTACT hContact, TCHAR *displaytext); ////////////////////// // wrappers -- cgit v1.2.3