From 9cb64ba2151b213f5544b2e53c6668061f197b9c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 Jun 2015 13:43:01 +0000 Subject: MS_UTILS_GETRANDOM -> mir_core::Utils_GetRandom git-svn-id: http://svn.miranda-ng.org/main/trunk@14299 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 d420a05c7b..205f22d9ff 100644 --- a/include/delphi/m_utils.inc +++ b/include/delphi/m_utils.inc @@ -311,8 +311,8 @@ function PathIsAbsoluteW(const pSrc:PWideChar):int; stdcall; Always returns 0 } -const - MS_UTILS_GETRANDOM:PAnsiChar = 'Utils/GetRandom'; +procedure Utils_GetRandom(pSrc:pointer; size:size_t); stdcall; + external CoreDLL name 'Utils_GetRandom'; //Replace variables in text //wParam=(char*/TCHAR*/WCHAR*)string (depends on RVF_UNICODE/RVF_TCHAR flag) -- cgit v1.2.3