12 Apr
2023
12 Apr
'23
11:42 a.m.
Fixes bug [53826](https://bugs.winehq.org/show_bug.cgi?id=53826). -- v24: ntdll: Set xattr in NtCreateFile if inferred and requested attributes don't match. ntdll: Only infer hidden attribute from file name if xattr is not present. ntdll: Handle hidden file names inside get_file_info instead of after it. ntdll/tests: Add test for file attributes of files with names beginning with a dot. https://gitlab.winehq.org/wine/wine/-/merge_requests/1148