mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 12:07:13 +01:00
merge r17488 from cpstrnew branch by michael:
* Updates from Inoussa git-svn-id: trunk@19117 -
This commit is contained in:
parent
cf77233a52
commit
0c3ccadf07
@ -1,4 +1,9 @@
|
||||
{ %VERSION=1.1}
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cwstring,
|
||||
{$endif unix}
|
||||
SysUtils;
|
||||
var
|
||||
p : pwidechar;
|
||||
c1,c2 : widechar;
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cwstring,
|
||||
{$endif unix}
|
||||
SysUtils;
|
||||
procedure testansi;
|
||||
var
|
||||
s, q: ansistring;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user