mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:30:34 +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;
|
||||
|
||||
Pgfloat = ^gfloat;
|
||||
{$IFDEF KYLIX}
|
||||
gfloat = single; // Don't know why, but some routines requires this
|
||||
{$ELSE}
|
||||
gfloat = double;
|
||||
{$ENDIF}
|
||||
gfloat = double;
|
||||
|
||||
Pgdouble = ^gdouble;
|
||||
gdouble = double;
|
||||
// gdouble = extended; // Or perhaps this one???
|
||||
|
||||
pgpointer = ^gpointer;
|
||||
gpointer = pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user