* go32v2 signals are also cdecl now

git-svn-id: trunk@5728 -
This commit is contained in:
pierre 2006-12-28 08:17:14 +00:00
parent 93fb280c6d
commit 2ade15c3b5

View File

@ -233,7 +233,7 @@ const
{$ifdef Unix}
Procedure CalcSigFPE(sig : longint);cdecl;
{$else}
function CalcSigFPE(sig : longint) : longint;{ $ifndef go32v2}cdecl;{ $endif}
function CalcSigFPE(sig : longint) : longint;cdecl;
{$endif}
begin
{$ifdef CPUI386}