fp parameter N - no long file names (DOS only)

This commit is contained in:
Margers 2025-01-21 07:23:55 +00:00
parent cfc5f17b0d
commit 3490217489

View File

@ -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