소스 검색

m68k-sinclairql: make heaptrc compile for the QL

Karoly Balogh 1 년 전
부모
커밋
be4e5f240c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.