6 Sep
2022
6 Sep
'22
12:08 p.m.
Huw Davies (@huw) commented about dlls/kernelbase/registry.c:
if (!file || reserved) return ERROR_INVALID_PARAMETER;
- *result = (HKEY)0xdeadbeef; - return ERROR_SUCCESS; + return STATUS_NOT_IMPLEMENTED;
Changing the implementation like this might introduce a regression - please leave the implementation alone at this point. You'll have to adjust your new tests to cope with this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/766#note_7781