Module: wine Branch: master Commit: c3e2013b615dd449113fe8fce0700319aa082020 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c3e2013b615dd449113fe8fce...
Author: Alexandre Julliard julliard@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@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=c3e2013b615dd449113fe...