[PATCH 1/2] server: Allow server side NtQueryVolumeInformationFile implementation.

Jacek Caban jacek at codeweavers.com
Mon Oct 2 09:42:16 CDT 2017


This is more generic than I need, but it will be useful if we want to
support device files in the future.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 dlls/ntdll/file.c   | 15 ++++++++++++++-
 server/change.c     |  1 +
 server/console.c    |  1 +
 server/device.c     |  1 +
 server/fd.c         | 18 ++++++++++++++++++
 server/file.c       |  1 +
 server/file.h       |  3 +++
 server/mailslot.c   |  3 +++
 server/mapping.c    |  1 +
 server/named_pipe.c |  3 +++
 server/protocol.def |  7 +++++++
 server/serial.c     |  1 +
 server/sock.c       |  2 ++
 13 files changed, 56 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Allow-server-side-NtQueryVolumeInformationFile.diff
Type: text/x-patch
Size: 10742 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20171002/48da2de9/attachment.bin>


More information about the wine-patches mailing list