mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 01:12:04 +01:00
* Inadvertenly applied untested change, undo
git-svn-id: trunk@39659 -
This commit is contained in:
parent
74b6fb2bfe
commit
e6304da9a6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user