mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 07:39:31 +01:00
* make clongdouble only a double on win64 and wince, on win32 we follow gcc
git-svn-id: trunk@9118 -
This commit is contained in:
parent
e3085015f7
commit
ebc99e1bd6
@ -76,7 +76,7 @@ type
|
|||||||
cdouble = double; pcdouble = ^cdouble;
|
cdouble = double; pcdouble = ^cdouble;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$ifdef windows}
|
{$ifdef defined(win64) or defined(wince)}
|
||||||
{$define longdouble_is_double}
|
{$define longdouble_is_double}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user