16 Jul
2020
16 Jul
'20
7:01 p.m.
Module: wine Branch: master Commit: 3f51cb630497621042c0479d8a604d74a837ba3b URL: https://source.winehq.org/git/wine.git/?a=commit;h=3f51cb630497621042c0479d8... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 16 10:26:27 2020 +0200 ntdll: Use syscall thunks for mutex functions. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/ntdll.spec | 16 ++++++++-------- dlls/ntdll/sync.c | 42 ------------------------------------------ dlls/ntdll/unix/loader.c | 4 ---- dlls/ntdll/unixlib.h | 9 +-------- 4 files changed, 9 insertions(+), 62 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3f51cb630497621042c04...