Module: wine Branch: master Commit: eb45a75a2e76e9716d08ae35cc2512b02e3bf85d URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb45a75a2e76e9716d08ae35c...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 16 10:31:21 2020 +0200
ntdll: Use syscall thunks for keyed event functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll.spec | 16 ++++++++-------- dlls/ntdll/sync.c | 35 ----------------------------------- dlls/ntdll/unix/loader.c | 4 ---- dlls/ntdll/unixlib.h | 10 +--------- 4 files changed, 9 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eb45a75a2e76e9716d08a...