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/Non-IM Contact/src/commonheaders.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/Non-IM Contact/src/commonheaders.h') diff --git a/plugins/Non-IM Contact/src/commonheaders.h b/plugins/Non-IM Contact/src/commonheaders.h index f40bdb8649..d7205aa895 100644 --- a/plugins/Non-IM Contact/src/commonheaders.h +++ b/plugins/Non-IM Contact/src/commonheaders.h @@ -101,13 +101,13 @@ INT_PTR exportContacts(WPARAM wParam,LPARAM lParam) ; INT_PTR CALLBACK DlgProcContactInfo(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK DlgProcOtherStuff(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK DlgProcCopy(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); -void ExportContact(HCONTACT hContact); +void ExportContact(MCONTACT hContact); INT_PTR ImportContacts(WPARAM wParam, LPARAM lParam); // stringreplacer.c -int stringReplacer(const char* oldString, char* newString, HCONTACT hContact); -void replaceAllStrings(HCONTACT hContact); -void WriteSetting(HCONTACT hContact, char* module1, char* setting1 , char* module12, char* setting2); +int stringReplacer(const char* oldString, char* newString, MCONTACT hContact); +void replaceAllStrings(MCONTACT hContact); +void WriteSetting(MCONTACT hContact, char* module1, char* setting1 , char* module12, char* setting2); //timer.c extern UINT_PTR timerId; @@ -122,7 +122,7 @@ extern char *szInfo; extern char *szData; extern HANDLE hNetlibUser; -int db_get_static(HCONTACT hContact, const char *moduleName, const char *fn, char *buf); +int db_get_static(MCONTACT hContact, const char *moduleName, const char *fn, char *buf); #endif -- cgit v1.2.3