Module: wine Branch: master Commit: 3b4c2ffb7bcc86165c67def31debfa63ccae7a62 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3b4c2ffb7bcc86165c67def31...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 16 10:40:24 2020 +0200
ntdll: Use syscall thunks for file functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/directory.c | 18 --- dlls/ntdll/file.c | 322 ----------------------------------------------- dlls/ntdll/ntdll.spec | 72 +++++------ dlls/ntdll/unix/loader.c | 18 --- dlls/ntdll/unixlib.h | 57 +-------- 5 files changed, 37 insertions(+), 450 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3b4c2ffb7bcc86165c67d...