m68k-sinclairql: make heaptrc compile for the QL

This commit is contained in:
Karoly Balogh 2024-01-08 01:32:49 +01:00
parent 3b7a347169
commit be4e5f240c

View File

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