Alexandre Julliard pushed to branch master at wine / wine
Commits: 64f7c37c by Paul Gofman at 2025-08-19T22:55:49+02:00 ntdll: Add semi-stub for NtQueueApcThreadEx2().
- - - - - 7d8d3830 by Paul Gofman at 2025-08-19T22:55:49+02:00 ntdll: Validate reserve handle in NtQueueApcThreadEx2().
- - - - - 3bf8fc31 by Paul Gofman at 2025-08-19T22:55:49+02:00 ntdll: Pass user APC flags to call_user_apc_dispatcher().
- - - - - fd06b6c9 by Paul Gofman at 2025-08-19T22:55:49+02:00 server: Do not allow queueing special APCs to wow64 threads.
- - - - - 4b565a05 by Paul Gofman at 2025-08-19T22:55:49+02:00 ntdll: Implement QUEUE_USER_APC_CALLBACK_DATA_CONTEXT in NtQueueApcThreadEx2() on x64.
- - - - - a9bc7af5 by Paul Gofman at 2025-08-19T22:55:49+02:00 ntdll: Use NtContinueEx in KiUserApcDispatcher on x64.
- - - - - d2114fba by Paul Gofman at 2025-08-19T22:55:49+02:00 kernelbase: Implement QueueUserAPC2().
- - - - -
30 changed files:
- dlls/kernel32/kernel32.spec - dlls/kernel32/tests/sync.c - dlls/kernelbase/kernelbase.spec - dlls/kernelbase/thread.c - dlls/ntdll/ntdll.spec - dlls/ntdll/ntsyscalls.h - dlls/ntdll/signal_arm64ec.c - dlls/ntdll/signal_x86_64.c - dlls/ntdll/tests/exception.c - dlls/ntdll/tests/thread.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/signal_arm.c - dlls/ntdll/unix/signal_arm64.c - dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/signal_x86_64.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/wow64/process.c - include/processthreadsapi.h - include/winbase.h - include/wine/server_protocol.h - include/winternl.h - server/async.c - server/object.c - server/object.h - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/thread.c - server/timer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cbb3cf81d20598e9631f8096d46eae...