diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-08 15:13:52 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-08 15:13:52 +0300 |
| commit | 3164e6e4e1781fba14ac8eec14545c18c6f690ba (patch) | |
| tree | ef2f4e9df3838a473db35feb24341d818ef0980b /include | |
| parent | f4ef74c6eacbc7fc2d557e4b3b12c9e7b7680dc8 (diff) | |
fixes #5013 (Скрытие групп: поддержка и наследование настроек)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_clist.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
|
