2
0
Эх сурвалжийг харах

Use BeOS specific version of SigAction procedure declaration type

git-svn-id: trunk@37281 -
pierre 8 жил өмнө
parent
commit
9fd998713c

+ 5 - 2
packages/fcl-extra/src/unix/daemonapp.inc

@@ -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;