From d01fbfbee39925d79512b8b829824cffc6d0698d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Oct 2017 21:06:30 +0300 Subject: Actman: crutch for Clist_SetStatusMode --- include/delphi/m_clist.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/delphi') diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index 32906e9ba2..58094ef97a 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -26,6 +26,8 @@ const } MS_CLIST_GETSTATUSMODE:PAnsiChar = 'CList/GetStatusMode'; +function Clist_SetStatusMode(status:int) : int; stdcall; external AppDll; + function Menu_BuildContactMenu(hContact:TMCONTACT) : HMENU; stdcall; external AppDll; { -- cgit v1.2.3