Fix Haiku failure after BeOS specific code introduction

git-svn-id: trunk@37287 -
This commit is contained in:
pierre 2017-09-21 09:53:04 +00:00
parent 22df94492e
commit c25487ebdc

View File

@ -209,7 +209,7 @@ end;
Global initialization/Finalization
---------------------------------------------------------------------}
{$ifdef BeOS}
{$if defined(BeOS) and not defined(Haiku)}
Procedure DoShutDown(Sig : Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
{$else}
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;