* use cwstring on non-windows

git-svn-id: trunk@41813 -
(cherry picked from commit 8daccbf4c1)
This commit is contained in:
michael 2019-04-01 16:52:24 +00:00 committed by florian
parent fb92da495c
commit 9ad319dcdf

View File

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