mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 15:59:35 +02:00
Fix compilation of RTL when USE_FILEREC_FULLNAME is not defined
git-svn-id: trunk@47267 -
This commit is contained in:
parent
55d4ffa9de
commit
c2c4048e92
@ -519,9 +519,11 @@ Begin
|
|||||||
end
|
end
|
||||||
else InOutRes:=103;
|
else InOutRes:=103;
|
||||||
end;
|
end;
|
||||||
|
{$ifdef USE_FILEREC_FULLNAME}
|
||||||
{$ifdef FPC_HAS_FEATURE_ANSISTRINGS}
|
{$ifdef FPC_HAS_FEATURE_ANSISTRINGS}
|
||||||
UnicodeString(FileRec(f).FullName):='';
|
UnicodeString(FileRec(f).FullName):='';
|
||||||
{$endif FPC_HAS_FEATURE_ANSISTRINGS}
|
{$endif FPC_HAS_FEATURE_ANSISTRINGS}
|
||||||
|
{$endif USE_FILEREC_FULLNAME}
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user