Browse Source

* Fixed test for non-Windows targets.

git-svn-id: trunk@34236 -
yury 9 years ago
parent
commit
f08d136290
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/test/tcpstr27.pp

+ 4 - 0
tests/test/tcpstr27.pp

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