浏览代码

msxdos target uses same __fpc_envp symbol as msdos

git-svn-id: trunk@46935 -
pierre 4 年之前
父节点
当前提交
d52aaf63eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/heaptrc.pp

+ 1 - 1
rtl/inc/heaptrc.pp

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