Explorar o código

msxdos target uses same __fpc_envp symbol as msdos

git-svn-id: trunk@46935 -
pierre %!s(int64=4) %!d(string=hai) anos
pai
achega
d52aaf63eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;