소스 검색

* fix of test tw3697 for unix platforms

git-svn-id: trunk@1776 -
tom_at_work 20 년 전
부모
커밋
f1733aed59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw3697.pp

+ 1 - 1
tests/webtbs/tw3697.pp

@@ -2,7 +2,7 @@
 { Submitted by "Matthias Hryniszak" on  2005-02-26 }
 { Submitted by "Matthias Hryniszak" on  2005-02-26 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }
 uses
 uses
-  SysUtils;
+  {$ifdef unix}cwstring, {$endif}SysUtils;
 
 
 var
 var
   S: WideString;
   S: WideString;