浏览代码

* Removed usage the Windows unit from the tregistry2 test.

git-svn-id: trunk@48226 -
yury 4 年之前
父节点
当前提交
fe09efbd0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test/packages/fcl-registry/tregistry2.pp

+ 1 - 1
tests/test/packages/fcl-registry/tregistry2.pp

@@ -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}