浏览代码

* use cwstring on non-windows

git-svn-id: trunk@41813 -
michael 6 年之前
父节点
当前提交
8daccbf4c1
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      packages/fcl-registry/tests/regtestframework.pp

+ 5 - 2
packages/fcl-registry/tests/regtestframework.pp

@@ -9,11 +9,14 @@ program regtestframework;
 {$ENDIF}
 
 uses
+  {$ifdef unix}
+  cwstring,
+  {$endif}
   SysUtils,
-  fpcunit,  testreport, testregistry,
+  fpcunit,  testreport, testregistry, consoletestrunner,
 // Units wich contains the tests
   tcxmlreg,
-  testbasics, consoletestrunner;
+  testbasics;
 
 Var
   A : TTestRunner;