* Inadvertenly applied untested change, undo

git-svn-id: trunk@39659 -
This commit is contained in:
michael 2018-08-21 08:44:47 +00:00
parent 74b6fb2bfe
commit e6304da9a6

View File

@ -183,7 +183,7 @@ end;
function TRegistry.GetKey(const Key: string): HKEY;
begin
Result := FCurrentKey;
Result := 0;
end;
function TRegistry.GetKeyInfo(Out Value: TRegKeyInfo): Boolean;