9 Sep
2022
9 Sep
'22
10:18 a.m.
Huw Davies (@huw) commented about dlls/ntdll/unix/registry.c:
UNICODE_STRING nt_name; OBJECT_ATTRIBUTES new_attr = *file;
- TRACE("(%p,%p)\n", attr, file); + TRACE( "(%p,%p,0x%x,%p,%p,0x%x,%p,%p)\n", attr, file, flags, trustkey, event, access, roothandle, iostatus );
Some kind of `FIXME()` if any of the (as yet) unsupported params are non-zero would be good. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/810#note_8102