Browse Source

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

git-svn-id: trunk@14408 -
marco 15 years ago
parent
commit
8a4139e266
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/gtk2/src/glib/glibconfig.inc

+ 2 - 2
packages/gtk2/src/glib/glibconfig.inc

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