diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-21 22:07:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-21 22:07:58 +0000 |
commit | 5cad2c347cf581bf49fd4f9220b0ed33ff0af307 (patch) | |
tree | eab6c47964a2474f4d692471a33dc541a7b89c9c /include | |
parent | b81ce648978e75bc7db4cc3b8aa7d1b9fcb9239b (diff) |
wrong dll
git-svn-id: http://svn.miranda-ng.org/main/trunk@14317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_utils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_utils.inc b/include/delphi/m_utils.inc index 1a313cea7e..67bf5c473f 100644 --- a/include/delphi/m_utils.inc +++ b/include/delphi/m_utils.inc @@ -320,9 +320,9 @@ type end;
function Utils_ReplaceVars(const pSrc:PAnsiChar; hContact:TMCONTACT = 0; vars:PREPLACEVARSARRAY = nil):PAnsiChar; stdcall;
- external CoreDLL name 'Utils_ReplaceVars';
+ external AppDLL name 'Utils_ReplaceVars';
function Utils_ReplaceVarsW(const pSrc:PWideChar; hContact:TMCONTACT = 0; vars:PREPLACEVARSARRAY = nil):PWideChar; stdcall;
- external CoreDLL name 'Utils_ReplaceVarsW';
+ external AppDLL name 'Utils_ReplaceVarsW';
{
variables known by the core:
|