* Fixed test for non-Windows targets.

git-svn-id: trunk@34236 -
This commit is contained in:
yury 2016-07-30 16:37:47 +00:00
parent 7f5352280d
commit f08d136290

View File

@ -1,3 +1,7 @@
{$ifdef unix}
uses
{$ifdef darwin}iosxwstr{$else}cwstring{$endif};
{$endif}
var
data: array[0..3] of widechar;