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.