From 5cad2c347cf581bf49fd4f9220b0ed33ff0af307 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 Jun 2015 22:07:58 +0000 Subject: wrong dll git-svn-id: http://svn.miranda-ng.org/main/trunk@14317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/delphi/m_utils.inc') 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: -- cgit v1.2.3