mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 03:29:30 +02:00
Use BeOS specific version of SigAction procedure declaration type
git-svn-id: trunk@37281 -
This commit is contained in:
parent
6f14241e56
commit
9fd998713c
@ -209,8 +209,11 @@ end;
|
|||||||
Global initialization/Finalization
|
Global initialization/Finalization
|
||||||
---------------------------------------------------------------------}
|
---------------------------------------------------------------------}
|
||||||
|
|
||||||
|
{$ifdef BeOS}
|
||||||
|
Procedure DoShutDown(Sig : Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
|
||||||
|
{$else}
|
||||||
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;
|
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;
|
||||||
|
{$endif}
|
||||||
begin
|
begin
|
||||||
Application.StopDaemons(True);
|
Application.StopDaemons(True);
|
||||||
Application.Terminate;
|
Application.Terminate;
|
||||||
|
Loading…
Reference in New Issue
Block a user