mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 05:45:57 +02:00
+ added ReplyMsg, which was accidentally still missing
This commit is contained in:
parent
da5a961ae0
commit
0a9f8702dd
@ -209,6 +209,9 @@ SysCall MOS_ExecBase 366;
|
|||||||
function GetMsg(port: PMsgPort location 'a0'): PMessage;
|
function GetMsg(port: PMsgPort location 'a0'): PMessage;
|
||||||
SysCall MOS_ExecBase 372;
|
SysCall MOS_ExecBase 372;
|
||||||
|
|
||||||
|
procedure ReplyMsg(message : PMessage location 'a1');
|
||||||
|
SysCall MOS_ExecBase 378;
|
||||||
|
|
||||||
function WaitPort(port: PMsgPort location 'a0'): PMessage;
|
function WaitPort(port: PMsgPort location 'a0'): PMessage;
|
||||||
SysCall MOS_ExecBase 384;
|
SysCall MOS_ExecBase 384;
|
||||||
|
|
||||||
@ -595,7 +598,10 @@ SysCall MOS_ExecBase 996;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2004-08-03 14:48:48 karoly
|
Revision 1.4 2004-08-21 22:24:58 karoly
|
||||||
|
+ added ReplyMsg, which was accidentally still missing
|
||||||
|
|
||||||
|
Revision 1.3 2004/08/03 14:48:48 karoly
|
||||||
+ added missing calls
|
+ added missing calls
|
||||||
|
|
||||||
Revision 1.2 2004/06/23 13:23:57 karoly
|
Revision 1.2 2004/06/23 13:23:57 karoly
|
||||||
|
Loading…
Reference in New Issue
Block a user