From 3164e6e4e1781fba14ac8eec14545c18c6f690ba Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 8 May 2025 15:13:52 +0300 Subject: =?UTF-8?q?fixes=20#5013=20(=D0=A1=D0=BA=D1=80=D1=8B=D1=82=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF:=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B0=20=D0=B8=20=D0=BD=D0=B0?= =?UTF-8?q?=D1=81=D0=BB=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_clist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_clist.h b/include/m_clist.h index b5879d4256..d2aac83840 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -373,6 +373,7 @@ EXTERN_C MIR_APP_DLL(int) Clist_GroupRename(MGROUP hGroup, const wchar_t *ptszNe // returns a wchar_t* on success, NULL on failure // if pdwFlags is not NULL, also stores group flags into it (one of GROUPF_* constants +#define GROUPF_HIDDEN 0x02 #define GROUPF_EXPANDED 0x04 #define GROUPF_HIDEOFFLINE 0x08 #define GROUPF_SHOWOFFLINE 0x40 -- cgit v1.2.3