mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02: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;
|
||||
{$endif}
|
||||
|
||||
{$ifdef windows}
|
||||
{$ifdef defined(win64) or defined(wince)}
|
||||
{$define longdouble_is_double}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user