* changed gfloat back to single

git-svn-id: trunk@413 -
This commit is contained in:
florian 2005-06-15 11:08:12 +00:00
parent 089fd11e6b
commit 14d891901d

View File

@ -49,7 +49,7 @@
guint = dword;
Pgfloat = ^gfloat;
gfloat = double;
gfloat = single;
Pgdouble = ^gdouble;
gdouble = double;