Alexandre Julliard : ntdll: Move a few file functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Fri Jun 12 16:01:17 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 12 17:09:10 2020 +0200

ntdll: Move a few file functions to the Unix library.

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

---

 dlls/ntdll/directory.c   |  22 ---
 dlls/ntdll/file.c        | 302 +++------------------------------------
 dlls/ntdll/ntdll_misc.h  |   5 -
 dlls/ntdll/unix/file.c   | 357 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/loader.c |   7 +
 dlls/ntdll/unixlib.h     |  22 ++-
 6 files changed, 401 insertions(+), 314 deletions(-)

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



More information about the wine-cvs mailing list