mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
Fix Haiku failure after BeOS specific code introduction
git-svn-id: trunk@37287 -
This commit is contained in:
parent
22df94492e
commit
c25487ebdc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user