Browse Source

m68k-sinclairql: make heaptrc compile for the QL

Karoly Balogh 1 năm trước cách đây
mục cha
commit
be4e5f240c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/inc/heaptrc.pp

+ 1 - 1
rtl/inc/heaptrc.pp

@@ -1684,7 +1684,7 @@ begin
      end;
    FreeEnvironmentStrings(p);
 end;
-{$elseif defined(wince)}
+{$elseif defined(wince) or defined(sinclairql)}
 Function GetEnv(P:string):PAnsichar;
 begin
   { WinCE does not have environment strings.