AMIGAOS4 is now defined in the compiler, not in the RTL

git-svn-id: trunk@27056 -
This commit is contained in:
Károly Balogh 2014-03-09 17:43:05 +00:00
parent d775b148b0
commit e22228ca27
2 changed files with 1 additions and 6 deletions

View File

@ -15,11 +15,6 @@
**********************************************************************}
{ * Turn on AmigaOS4 mode on PowerPC * }
{$IFDEF CPUPOWERPC}
{$DEFINE AMIGAOS4}
{$ENDIF}
{*****************************************************************************
AmigaOS structures
*****************************************************************************}

View File

@ -64,7 +64,7 @@ var
AOS_DOSBase : Pointer;
AOS_UtilityBase: Pointer;
{$IFDEF CPUPOWERPC}
{$IFDEF AMIGAOS4}
{$WARNING iExec, iDOS and iUtility should be typed pointer later}
var
IExec : Pointer; external name '_IExec';