From d11d4a6de1a3ec00021bc7772a64821032b33250 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 15 Aug 2013 08:51:43 +0000 Subject: - custom sha1 engine removed from GG; - minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 9b36825a91..0435eab92f 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -634,9 +634,9 @@ function replaceStr(var dest:pAnsiChar; const src:pAnsiChar):pAnsiChar; stdcall; function replaceStrW(var dest:pWideChar; const src:pWideChar):pWideChar; stdcall; external CoreDLL name 'replaceStrW'; -function bin2hex(data:pointer; dataLen:uint_ptr; pDest:pAnsiChar):pAnsiChar; stdcall; +function bin2hex(data:pointer; dataLen:size_t; pDest:pAnsiChar):pAnsiChar; stdcall; external CoreDLL name 'bin2hex'; -function bin2hexW(data:pointer; dataLen:uint_ptr; pDest:pWideChar):pWideChar; stdcall; +function bin2hexW(data:pointer; dataLen:size_t; pDest:pWideChar):pWideChar; stdcall; external CoreDLL name 'bin2hexW'; /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3