On Wed Sep 28 18:41:23 2022 +0000, **** wrote:
Zebediah Figura replied on the mailing list:
On 9/19/22 17:04, Daniel Lehman wrote: > diff --git a/dlls/ntdll/unix/loader.c b/dlls/ntdll/unix/loader.c > index b78efddee1f..c21d32ea811 100644 > --- a/dlls/ntdll/unix/loader.c > +++ b/dlls/ntdll/unix/loader.c > @@ -139,6 +139,7 @@ static void * const syscalls[] = > NtCallbackReturn, > NtCancelIoFile, > NtCancelIoFileEx, > + NtCancelSynchronousIoFile, > NtCancelTimer, > NtClearEvent, > NtClose, Sorry for not noticing earlier, but this is going to break wow64 support as-is. You'll need to add a wow64 thunk and an entry in ALL_SYSCALLS.
all good. will do