Alexandre Julliard : ntdll: Move the file read/write functions to the Unix library.
Module: wine Branch: master Commit: 888d66a2376f0da076ec312ef5ca2d93fee0e2f9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=888d66a2376f0da076ec312ef... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 16 12:02:00 2020 +0200 ntdll: Move the file read/write functions to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/file.c | 919 +--------------------------------- dlls/ntdll/ntdll_misc.h | 4 - dlls/ntdll/sync.c | 18 - dlls/ntdll/unix/file.c | 1071 ++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/loader.c | 7 +- dlls/ntdll/unix/unix_private.h | 8 +- dlls/ntdll/unix/virtual.c | 7 +- dlls/ntdll/unixlib.h | 19 +- 8 files changed, 1104 insertions(+), 949 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=888d66a2376f0da076ec3...
participants (1)
-
Alexandre Julliard