* gsize,gssize changed to types that scale with 64-bit as per mantis 15318

git-svn-id: trunk@14408 -
This commit is contained in:
marco 2009-12-11 21:44:55 +00:00
parent 97a7e4b233
commit 8a4139e266

View File

@ -32,9 +32,9 @@
guint64 = qword;
pgssize = ^gssize;
gssize = longint;
gssize = SizeInt;
pgsize = ^gsize;
gsize = dword;
gsize = SizeUInt;
{$ENDIF read_forward_definitions}