Alexandre Julliard pushed to branch master at wine / wine
Commits: 3cfce546 by Billy Laws at 2025-09-30T23:05:08+02:00 ntdll/tests: Skip broken process suspend test under ARM64 WOW64.
- - - - - 002bfeed by Billy Laws at 2025-09-30T23:05:08+02:00 ntdll/tests: Test THREAD_CREATE_FLAGS_SKIP_LOADER_INIT flag.
- - - - - 5885bcb7 by Billy Laws at 2025-09-30T23:05:08+02:00 ntdll: Add a default pBaseThreadInitThunk implementation.
The native arch kernel32.dll isn't loaded in WOW64 mode, but threads can still be created if the SKIP_LOADER_INIT flag is set, provide a default implementation to support this.
- - - - - 6508334e by Billy Laws at 2025-09-30T23:05:08+02:00 ntdll: Support THREAD_CREATE_FLAGS_SKIP_LOADER_INIT flag.
I confirmed that ARM64EC BT thread creation callbacks aren't called through some logging in FEX.
- - - - -
3 changed files:
- dlls/ntdll/loader.c - dlls/ntdll/tests/thread.c - dlls/ntdll/unix/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f20c7eca867d5e6614abf6aa20b5c9...