mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 02:14:06 +02:00
fp parameter N - no long file names (DOS only)
This commit is contained in:
parent
cfc5f17b0d
commit
3490217489
@ -174,7 +174,7 @@ begin
|
||||
StartupOptions:=StartupOptions and not soHeapMonitor;
|
||||
end else
|
||||
{$ifdef go32v2}
|
||||
if UpcaseStr(Param)='NOLFN' then
|
||||
if (UpcaseStr(Param)='NOLFN') or (UpcaseStr(Param)='N') then
|
||||
begin
|
||||
LFNSupport:=false;
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user