Browse Source

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

git-svn-id: trunk@19117 -

paul 14 years ago
parent
commit
0c3ccadf07
2 changed files with 10 additions and 0 deletions
  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;