mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +02:00
* appplied fix from Michalis Kamburelis regarding Set8087CW in win32, fixes bug #3955
git-svn-id: trunk@61 -
This commit is contained in:
parent
7257f05776
commit
63ddfd1f77
@ -2244,9 +2244,9 @@ end;
|
|||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
|
||||||
{$IFNDEF FPC}
|
{$IFDEF WIN32}
|
||||||
Set8087CW($133F);
|
Set8087CW($133F);
|
||||||
{$ENDIF}
|
{$ENDIF WIN32}
|
||||||
|
|
||||||
try
|
try
|
||||||
{$IFDEF Win32}
|
{$IFDEF Win32}
|
||||||
|
Loading…
Reference in New Issue
Block a user