From 0408c8952ca633a1ef37e3c4419816fa4ad5c418 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 17 Jan 2024 20:56:37 +0300 Subject: =?UTF-8?q?fixes=20#4109=20(=D0=9F=D1=80=D0=B5=D0=BA=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D1=82=D1=8C=20=D1=85=D1=80=D0=B0=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B3?= =?UTF-8?q?=D1=80=D1=83=D0=BF=D0=BF=20=D0=B2=20=D0=B1=D0=B0=D0=B7=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/delphi/m_clist.inc | 4 ++++ include/m_import.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index 195b19fbc5..35914d09a6 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -129,4 +129,8 @@ function Clist_GroupCreate(hParentGroup:integer; groupName:PWideChar) : integer; procedure Clist_ContactDoubleClicked(hContact:TMCONTACT); stdcall; external AppDll; +function Clist_GroupBuildMenu(idxfrom:integer=100) : HMENU; stdcall; external AppDll; + +procedure Clist_SetGroup(hContact:TMCONTACT; groupName:PWideChar); stdcall; external AppDll; + {$ENDIF} diff --git a/include/m_import.h b/include/m_import.h index 1616bab127..be46a8b288 100644 --- a/include/m_import.h +++ b/include/m_import.h @@ -42,7 +42,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_SYSTEM 0x00000800 #define IOPT_CONTACTS 0x00001000 -#define IOPT_GROUPS 0x00002000 #define IOPT_SYS_SETTINGS 0x00004000 #define IOPT_COMPLETE 0x00007FFE -- cgit v1.2.3