From 4da4d41930745da5146b1524765c2d15e4dad127 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Jan 2014 15:08:57 +0000 Subject: fix for unneeded data conversion & wrong data type in mir_base64_encode git-svn-id: http://svn.miranda-ng.org/main/trunk@7857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi/m_core.inc') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 3ba25248fb..75e903d3d0 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -742,7 +742,7 @@ procedure mir_hmac_sha1(hashout:SHA1Hash; const key:pbyte; keyLen:size_t; function mir_base64_decode(str:pAnsiChar; var resultSize:int):pByte; stdcall; external CoreDLL name 'mir_base64_decode'; -function mir_base64_encode(str:pAnsiChar; dataSize:int):pAnsiChar; stdcall; +function mir_base64_encode(data:PByte; dataSize:int):pAnsiChar; stdcall; external CoreDLL name 'mir_base64_encode'; function mir_base64_encodebuf(data:PByte; dataSize:int; output:pAnsiChar; outputLen:int):pAnsiChar; stdcall; external CoreDLL name 'mir_base64_encodebuf'; -- cgit v1.2.3