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/Msg_Export/src/utils.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/Msg_Export/src/utils.h') diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h index 023e32cce4..2b2a11768e 100755 --- a/plugins/Msg_Export/src/utils.h +++ b/plugins/Msg_Export/src/utils.h @@ -57,10 +57,10 @@ void ShowDebugInfo(); int nExportEvent(WPARAM wparam,LPARAM lparam); int nContactDeleted(WPARAM wparam,LPARAM lparam); -const TCHAR *NickFromHandle(HCONTACT hContact); +const TCHAR *NickFromHandle(MCONTACT hContact); -tstring __inline _DBGetStringW(HCONTACT hContact,const char *szModule,const char *szSetting, const TCHAR *pszError); -string __inline _DBGetStringA(HCONTACT hContact,const char *szModule,const char *szSetting, const char *pszError); +tstring __inline _DBGetStringW(MCONTACT hContact,const char *szModule,const char *szSetting, const TCHAR *pszError); +string __inline _DBGetStringA(MCONTACT hContact,const char *szModule,const char *szSetting, const char *pszError); void ReplaceAll( tstring &sSrc, const TCHAR *pszReplace, const tstring &sNew); void ReplaceAll( tstring &sSrc, const TCHAR *pszReplace, const TCHAR *pszNew); @@ -68,9 +68,9 @@ void ReplaceAll( tstring &sSrc, const TCHAR *pszReplace, const TCHAR *pszNew); void UpdateFileToColWidth(); bool bReadMirandaDirAndPath(); -tstring GetFilePathFromUser( HCONTACT hContact); +tstring GetFilePathFromUser( MCONTACT hContact); -void ReplaceDefines( HCONTACT hContact, tstring & sTarget); +void ReplaceDefines( MCONTACT hContact, tstring & sTarget); void ReplaceTimeVariables( tstring &sRet); bool bCreatePathToFile( tstring sFilePath); -- cgit v1.2.3