Alexandre Julliard : ntdll: Use syscall thunks for system functions.
Module: wine Branch: master Commit: 40d403c926e8f96c77d067188c842c12f099f9a9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=40d403c926e8f96c77d067188... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 16 10:43:13 2020 +0200 ntdll: Use syscall thunks for system functions. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/nt.c | 31 ------------------------------- dlls/ntdll/ntdll.spec | 20 ++++++++++---------- dlls/ntdll/time.c | 27 --------------------------- dlls/ntdll/unix/loader.c | 5 ----- dlls/ntdll/unixlib.h | 11 +---------- 5 files changed, 11 insertions(+), 83 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=40d403c926e8f96c77d06...
participants (1)
-
Alexandre Julliard