mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 17:49:24 +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? }
|
||||
GetEnv:=nil;
|
||||
end;
|
||||
{$elseif defined(msdos)}
|
||||
{$elseif defined(msdos) or defined(msxdos)}
|
||||
type
|
||||
PFarChar=^Char;far;
|
||||
PPFarChar=^PFarChar;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user