From f2d8ababda905068528b340345c74e7f56f6e364 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 17 Mar 2013 09:53:39 +0000 Subject: mir_wstrndup added, the Unicode version of mir_strndup git-svn-id: http://svn.miranda-ng.org/main/trunk@4066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/delphi') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index fb7d7034ba..fe6c08de9d 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -414,6 +414,8 @@ function mir_wstrdup(const src:PWideChar):PWideChar; stdcall; external CoreDLL name 'mir_wstrdup'; function mir_strndup(const src:PAnsiChar; len:size_t):PAnsiChar; stdcall; external CoreDLL name 'mir_strndup'; +function mir_wstrndup(const src:PWideChar; len:size_t):PWideChar; stdcall; + external CoreDLL name 'mir_wstrndup'; /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3