mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 07:59:22 +02:00
* gsize,gssize changed to types that scale with 64-bit as per mantis 15318
git-svn-id: trunk@14408 -
This commit is contained in:
parent
97a7e4b233
commit
8a4139e266
@ -32,9 +32,9 @@
|
||||
guint64 = qword;
|
||||
|
||||
pgssize = ^gssize;
|
||||
gssize = longint;
|
||||
gssize = SizeInt;
|
||||
pgsize = ^gsize;
|
||||
gsize = dword;
|
||||
gsize = SizeUInt;
|
||||
|
||||
{$ENDIF read_forward_definitions}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user