Module: wine Branch: master Commit: 7e3d265469996efc7e720685be9b2c524eb7434b URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e3d265469996efc7e720685b...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 18 14:45:32 2020 +0200
ntdll: Move the volume information functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/file.c | 610 +---------------------------------------------- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/unix/file.c | 442 +++++++++++++++++++++++++++++++++- dlls/ntdll/unix/loader.c | 2 + dlls/ntdll/unixlib.h | 7 +- 5 files changed, 453 insertions(+), 609 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7e3d265469996efc7e720...