Alexandre Julliard : ntdll: Move the get/set file information functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Mon Jun 15 15:03:04 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Jun 13 15:32:41 2020 +0200

ntdll: Move the get/set file information functions to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/file.c              |  951 +------------------------------------
 dlls/ntdll/loader.c            |    4 -
 dlls/ntdll/ntdll_misc.h        |    1 -
 dlls/ntdll/unix/file.c         | 1006 +++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/unix/loader.c       |    4 +-
 dlls/ntdll/unix/unix_private.h |    3 -
 dlls/ntdll/unixlib.h           |   10 +-
 7 files changed, 1012 insertions(+), 967 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=c3e2013b615dd449113fe8fce0700319aa082020



More information about the wine-cvs mailing list