* Removed usage the Windows unit from the tregistry2 test.

git-svn-id: trunk@48226 -
This commit is contained in:
yury 2021-01-20 09:46:44 +00:00
parent 4111e13017
commit fe09efbd0e

View File

@ -5,7 +5,7 @@
}
{$ifdef FPC} {$mode delphi} {$endif}
uses Windows, SysUtils, Classes, registry;
uses SysUtils, Classes, registry;
{$ifdef FPC}
{$WARN implicit_string_cast_loss off}