mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 13:49:07 +02:00
* fixed gfloat type
git-svn-id: trunk@412 -
This commit is contained in:
parent
1fa6d8c993
commit
089fd11e6b
@ -49,15 +49,10 @@
|
|||||||
guint = dword;
|
guint = dword;
|
||||||
|
|
||||||
Pgfloat = ^gfloat;
|
Pgfloat = ^gfloat;
|
||||||
{$IFDEF KYLIX}
|
gfloat = double;
|
||||||
gfloat = single; // Don't know why, but some routines requires this
|
|
||||||
{$ELSE}
|
|
||||||
gfloat = double;
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
Pgdouble = ^gdouble;
|
Pgdouble = ^gdouble;
|
||||||
gdouble = double;
|
gdouble = double;
|
||||||
// gdouble = extended; // Or perhaps this one???
|
|
||||||
|
|
||||||
pgpointer = ^gpointer;
|
pgpointer = ^gpointer;
|
||||||
gpointer = pointer;
|
gpointer = pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user