msxdos target uses same __fpc_envp symbol as msdos

git-svn-id: trunk@46935 -
This commit is contained in:
pierre 2020-09-24 09:48:49 +00:00
parent 69b1d61a76
commit d52aaf63eb

View File

@ -1679,7 +1679,7 @@ begin
Add some way to specify heaptrc options? }
GetEnv:=nil;
end;
{$elseif defined(msdos)}
{$elseif defined(msdos) or defined(msxdos)}
type
PFarChar=^Char;far;
PPFarChar=^PFarChar;