Alexandre Julliard : ntdll: Use syscall thunks for thread functions.
Module: wine Branch: master Commit: 00e7d50f8bd3dccf2c34dac2501937b7d294ab76 URL: https://source.winehq.org/git/wine.git/?a=commit;h=00e7d50f8bd3dccf2c34dac25... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 16 10:35:07 2020 +0200 ntdll: Use syscall thunks for thread functions. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/exception.c | 9 --- dlls/ntdll/ntdll.spec | 59 +++++++++---------- dlls/ntdll/thread.c | 146 ----------------------------------------------- dlls/ntdll/unix/loader.c | 15 ----- dlls/ntdll/unixlib.h | 23 +------- 5 files changed, 31 insertions(+), 221 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=00e7d50f8bd3dccf2c34d...
participants (1)
-
Alexandre Julliard