tests: fix test for unixes

git-svn-id: trunk@19511 -
This commit is contained in:
paul 2011-10-19 06:42:51 +00:00
parent c6ca9e5091
commit f5d2c3a446

View File

@ -5,6 +5,12 @@ program tcpstr17;
{$codepage utf8}
{$endif}
{$apptype console}
{$ifdef unix}
uses
cwstring;
{$endif}
type
TOEMStr = type AnsiString(866);
{$ifndef FPC}