+ readded FPC_WRITE_TEXT_ANSISTR alias removed in r12322, because it's

required by the variant code

git-svn-id: trunk@12337 -
This commit is contained in:
Jonas Maebe 2008-12-11 12:31:23 +00:00
parent b0eee3cb7d
commit afafe33266

View File

@ -593,7 +593,7 @@ Begin
End;
Procedure fpc_Write_Text_AnsiStr (Len : Longint; Var f : Text; const S : AnsiString); iocheck; compilerproc;
Procedure fpc_Write_Text_AnsiStr (Len : Longint; Var f : Text; const S : AnsiString); iocheck; [Public,alias:'FPC_WRITE_TEXT_ANSISTR']; compilerproc;
{
Writes a AnsiString to the Text file T
}