mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
Amiga, AROS, MorphOS: Define in IncludeTrailingPathDelimiter changed to HASAMIGA
git-svn-id: trunk@28548 -
This commit is contained in:
parent
b962e61847
commit
97831bed8a
@ -424,7 +424,7 @@ begin
|
||||
Result:=Path;
|
||||
l:=Length(Result);
|
||||
If (L=0) or not CharInSet(Result[l],AllowDirectorySeparators) then
|
||||
{$if defined(Amiga) or defined(AROS) or defined(MorphOS)}
|
||||
{$ifdef HASAMIGA}
|
||||
If (L>0) and (Result[l] <> DriveSeparator) then
|
||||
{$endif}
|
||||
{$ifdef SYSUTILSUNICODE}
|
||||
|
Loading…
Reference in New Issue
Block a user