mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 15:37:23 +01:00
msxdos target uses same __fpc_envp symbol as msdos
git-svn-id: trunk@46935 -
This commit is contained in:
parent
69b1d61a76
commit
d52aaf63eb
@ -1679,7 +1679,7 @@ begin
|
|||||||
Add some way to specify heaptrc options? }
|
Add some way to specify heaptrc options? }
|
||||||
GetEnv:=nil;
|
GetEnv:=nil;
|
||||||
end;
|
end;
|
||||||
{$elseif defined(msdos)}
|
{$elseif defined(msdos) or defined(msxdos)}
|
||||||
type
|
type
|
||||||
PFarChar=^Char;far;
|
PFarChar=^Char;far;
|
||||||
PPFarChar=^PFarChar;
|
PPFarChar=^PFarChar;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user