10 Apr
2023
10 Apr
'23
2:54 a.m.
From: Jactry Zeng <jzeng(a)codeweavers.com> --- include/shobjidl.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index e213958f6e2..8aa24ea86fc 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -699,6 +699,7 @@ typedef char *LPVIEWSETTINGS; typedef [v1_enum] enum FOLDERFLAGS { + FWF_NONE = 0x00000000, FWF_AUTOARRANGE = 0x00000001, FWF_ABBREVIATEDNAMES = 0x00000002, FWF_SNAPTOGRID = 0x00000004, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2621