mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +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
|
Global initialization/Finalization
|
||||||
---------------------------------------------------------------------}
|
---------------------------------------------------------------------}
|
||||||
|
|
||||||
{$ifdef BeOS}
|
{$if defined(BeOS) and not defined(Haiku)}
|
||||||
Procedure DoShutDown(Sig : Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
|
Procedure DoShutDown(Sig : Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
|
||||||
{$else}
|
{$else}
|
||||||
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;
|
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;
|
||||||
|
Loading…
Reference in New Issue
Block a user