فهرست منبع

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

Margers 9 ماه پیش
والد
کامیت
3490217489
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ide/fp.pas

+ 1 - 1
packages/ide/fp.pas

@@ -174,7 +174,7 @@ begin
               StartupOptions:=StartupOptions and not soHeapMonitor;
               StartupOptions:=StartupOptions and not soHeapMonitor;
           end else
           end else
 {$ifdef go32v2}
 {$ifdef go32v2}
-        if UpcaseStr(Param)='NOLFN' then
+        if (UpcaseStr(Param)='NOLFN') or (UpcaseStr(Param)='N') then
           begin
           begin
             LFNSupport:=false;
             LFNSupport:=false;
           end else
           end else