rtl: remove useless ifdef

git-svn-id: trunk@19224 -
This commit is contained in:
paul 2011-09-25 13:31:28 +00:00
parent f538655cbf
commit 932ca07230

View File

@ -424,7 +424,7 @@ begin
end;
end;
Function fpc_AnsiStr_To_AnsiStr (const S : RawByteString{$ifdef FPC_HAS_CPSTRING};cp : TSystemCodePage{$endif FPC_HAS_CPSTRING}): RawByteString; [external name 'FPC_ANSISTR_TO_ANSISTR'];
Function fpc_AnsiStr_To_AnsiStr (const S : RawByteString;cp : TSystemCodePage): RawByteString; [external name 'FPC_ANSISTR_TO_ANSISTR'];
{$endif FPC_HAS_CPSTRING}
{$ifndef FPC_STRTOSHORTSTRINGPROC}