summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-17 09:53:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-17 09:53:39 +0000
commitf2d8ababda905068528b340345c74e7f56f6e364 (patch)
tree62c40545a74832622ee1f7edef7faaa4ff118a3d /include/delphi
parentbb18d3cc1394e374f3a064ef7eadf9fed5af35de (diff)
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
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_core.inc2
1 files changed, 2 insertions, 0 deletions
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';
///////////////////////////////////////////////////////////////////////////////