15 Sep
2022
15 Sep
'22
10:08 a.m.
Huw Davies (@huw) commented about dlls/ntdll/unix/registry.c:
HANDLE event, ACCESS_MASK access, HANDLE *roothandle, IO_STATUS_BLOCK *iostatus ) { NTSTATUS ret; - HANDLE key; + HANDLE keyfilename, key;
How about renaming `key` to `file` and the parameter `file` to `file_attr`. This renaming could be done as a separate commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/820#note_8502