mountmgr.sys: Implemented FileFsSizeInformation and FileFsFullSizeInformation volume...
commit7546b4a63d437c2f7f8673cae9341d358f84f1a5
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Thu, 25 Aug 2022 11:58:31 +0000 (25 12:58 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Sep 2022 15:49:33 +0000 (1 17:49 +0200)
treec6be34d7a2afa7bd1505b54b889a0b3ad64cd31d
parent6af35907991d5e7cab4860116d1adadfd2c28b60
mountmgr.sys: Implemented FileFsSizeInformation and FileFsFullSizeInformation volume queries.

This patch fixes GetDiskFreeSpaceA/W when an NT-style GUID volume path is
provided e.g. "\\?\Volume{00000000-0000-0000-0000-000000000043}\" as might be
retrieved by FindFirstVolumeA/W and FindNextVolumeA/W.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53547
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
dlls/kernel32/tests/drive.c
dlls/mountmgr.sys/device.c
dlls/mountmgr.sys/unixlib.c
dlls/mountmgr.sys/unixlib.h