From 6d36036be220efc86035882aed0b26603775f9be Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 31 May 2022 20:54:39 +0300 Subject: fixes #3081 (mish-mash in mir_core.dll exports) --- include/delphi/m_core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 479644b896..438f4d2aec 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -150,7 +150,7 @@ function CallProtoService(const szModule:PAnsiChar;const szService:PAnsiChar;wPa type MWaitableStub = procedure; stdcall; -procedure Miranda_WaitOnHandle(pFunc:MWaitableStub; hEvent:THANDLE); stdcall; external AppDll; +procedure Miranda_WaitOnHandle(pFunc:MWaitableStub; hEvent:THANDLE); stdcall; external CoreDll; /////////////////////////////////////////////////////////////////////////////// // exceptions -- cgit v1.2.3