Alexandre Julliard : ntdll: Move the volume information functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 18 15:33:36 CDT 2020


Module: wine
Branch: master
Commit: 7e3d265469996efc7e720685be9b2c524eb7434b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7e3d265469996efc7e720685be9b2c524eb7434b

Author: Alexandre Julliard <julliard at 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 at 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=7e3d265469996efc7e720685be9b2c524eb7434b



More information about the wine-cvs mailing list