Use BeOS specific version of SigAction procedure declaration type

git-svn-id: trunk@37281 -
This commit is contained in:
pierre 2017-09-20 16:03:37 +00:00
parent 6f14241e56
commit 9fd998713c

View File

@ -208,9 +208,12 @@ end;
{ ---------------------------------------------------------------------
Global initialization/Finalization
---------------------------------------------------------------------}
{$ifdef BeOS}
Procedure DoShutDown(Sig : Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
{$else}
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;
{$endif}
begin
Application.StopDaemons(True);
Application.Terminate;