* Disable go32v2 ifdef.

git-svn-id: trunk@5713 -
This commit is contained in:
daniel 2006-12-25 22:42:34 +00:00
parent 7365009a64
commit dbbd43d80d

View File

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