ntdll: Initial implementation of FileDispositionInformationEx.
commitcc1d0e493d52741b05204fd371805a7d42be85b6
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Mon, 1 May 2023 10:41:53 +0000 (1 11:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jun 2023 20:14:15 +0000 (27 22:14 +0200)
treebbc66b302b99ffad5581041b5382fc56f884b831
parentdedd130d9ecebef631ccb20eacb3ff85fae01040
ntdll: Initial implementation of FileDispositionInformationEx.

This is required by Msys2 when running gpg-agent.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54996
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
dlls/ntdll/unix/file.c
dlls/wow64/file.c
include/wine/server_protocol.h
server/fd.c
server/protocol.def
server/request.h
server/trace.c