ntdll: Implement retrieving DOS attributes in NtQueryInformationFile.
commit0a223f17e1fb4aafb43906aeffe00eadc81cf8c2
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 18 Sep 2022 18:08:41 +0000 (18 19:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Oct 2022 10:29:01 +0000 (10 12:29 +0200)
treed6bf3b7d96114544cf1440d1f561947dc8b3b2e1
parentba24a78c5b96beb3f0b48cf8f47b408a58d7c73e
ntdll: Implement retrieving DOS attributes in NtQueryInformationFile.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=9158
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=15679
Co-authored-by: Erich E. Hoover <erich.e.hoover@gmail.com>
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
dlls/ntdll/tests/file.c
dlls/ntdll/unix/file.c