* 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}
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;