|
@@ -208,9 +208,12 @@ 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;
|