Explorar o código

* use cwstring on non-windows

git-svn-id: trunk@41813 -
michael %!s(int64=6) %!d(string=hai) anos
pai
achega
8daccbf4c1
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  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;