소스 검색

merge r17488 from cpstrnew branch by michael:
* Updates from Inoussa

git-svn-id: trunk@19117 -

paul 14 년 전
부모
커밋
0c3ccadf07
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tests/tbs/tb0349.pp
  2. 5 0
      tests/tbs/tb0503.pp

+ 5 - 0
tests/tbs/tb0349.pp

@@ -1,4 +1,9 @@
 { %VERSION=1.1}
+uses
+{$ifdef unix}
+  cwstring,
+{$endif unix}
+  SysUtils;
 var
    p : pwidechar;
    c1,c2 : widechar;

+ 5 - 0
tests/tbs/tb0503.pp

@@ -1,3 +1,8 @@
+uses
+{$ifdef unix}
+  cwstring,
+{$endif unix}
+  SysUtils;
 procedure testansi;
 var
   s, q: ansistring;