mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:19:24 +02:00
amiga: added __amigaos4__ signature symbol to the pascal startup code
git-svn-id: trunk@35077 -
This commit is contained in:
parent
eb6fe91208
commit
db976a3a3e
@ -19,6 +19,9 @@ interface
|
||||
|
||||
implementation
|
||||
|
||||
const
|
||||
amigaos4_signature: dword = 1; public name '__amigaos4__';
|
||||
|
||||
var
|
||||
AOS_ExecBase: Pointer; public name '_ExecBase';
|
||||
IExec: Pointer; public name '_IExec';
|
||||
|
Loading…
Reference in New Issue
Block a user