mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +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
|
||||
else InOutRes:=103;
|
||||
end;
|
||||
{$ifdef USE_FILEREC_FULLNAME}
|
||||
{$ifdef FPC_HAS_FEATURE_ANSISTRINGS}
|
||||
UnicodeString(FileRec(f).FullName):='';
|
||||
{$endif FPC_HAS_FEATURE_ANSISTRINGS}
|
||||
{$endif USE_FILEREC_FULLNAME}
|
||||
End;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user