Jelajahi Sumber

msxdos target uses same __fpc_envp symbol as msdos

git-svn-id: trunk@46935 -
pierre 4 tahun lalu
induk
melakukan
d52aaf63eb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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? }
   GetEnv:=nil;
 end;
-{$elseif defined(msdos)}
+{$elseif defined(msdos) or defined(msxdos)}
    type
      PFarChar=^Char;far;
      PPFarChar=^PFarChar;