Module: wine Branch: master Commit: d821ddaa2040d965c9902f5c21ce843125a7f78e URL: https://gitlab.winehq.org/wine/wine/-/commit/d821ddaa2040d965c9902f5c21ce843...
Author: Isaac Marovitz isaacryu@icloud.com Date: Sat Apr 13 14:15:10 2024 -0400
ntdll: Implement NtQueueApcThreadEx().
---
dlls/ntdll/ntdll.spec | 2 + dlls/ntdll/ntsyscalls.h | 320 ++++++++++++++++++++++---------------------- dlls/ntdll/signal_arm64ec.c | 7 + dlls/ntdll/unix/thread.c | 11 ++ dlls/wow64/process.c | 17 +++ include/winternl.h | 1 + 6 files changed, 199 insertions(+), 159 deletions(-)