merge r17488 from cpstrnew branch by michael:

* Updates from Inoussa

git-svn-id: trunk@19117 -
This commit is contained in:
paul 2011-09-17 13:46:45 +00:00
parent cf77233a52
commit 0c3ccadf07
2 changed files with 10 additions and 0 deletions

View File

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

View File

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