Browse Source

--- Merging r14409 into 'packages/unzip/src/unzip51g.pp':
G packages/unzip/src/unzip51g.pp
--- Merging r14409 into '.':
U packages/gtk2/src/glib/glibconfig.inc
G .

git-svn-id: tags/release_2_4_0@14410 -

marco 15 years ago
parent
commit
ff87da51e3
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}