21 Jan
2024
21 Jan
'24
11:42 a.m.
Alexandre Julliard (@julliard) commented about dlls/ntdll/unix/system.c:
{ FIXME( "(%d, %p, %d, %p, %d, %p), stub\n", command, in_buff, (int)in_len, out_buff, (int)out_len, retlen ); - return STATUS_NOT_IMPLEMENTED; + + if (is_wow64()) return STATUS_NOT_IMPLEMENTED; + This should go in the wow64 thunk.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4885#note_58314