From 10091bbca1380a1d8e3b9d61b8c175490036af5b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 2 Dec 2016 22:21:55 +0300 Subject: old shit died now there's no need to create fake services & events --- include/delphi/m_core.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/delphi/m_core.inc') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 3428109f97..f5af2c3ca4 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -152,6 +152,14 @@ function CallProtoService(const szModule:PAnsiChar;const szService:PAnsiChar;wPa function mir_urlEncode(url:PAnsiChar): PAnsiChar; stdcall; external CoreDLL name 'mir_urlEncode'; +/////////////////////////////////////////////////////////////////////////////// +// wait handles + +type + MWaitableStub = procedure; stdcall; + +procedure Miranda_WaitOnHandle(pFunc:MWaitableStub; hEvent:THANDLE); stdcall; external AppDll; + /////////////////////////////////////////////////////////////////////////////// // exceptions -- cgit v1.2.3