Browse Source

* fixed psize_t

git-svn-id: trunk@1244 -
peter 20 years ago
parent
commit
ce02ae077c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/base/libc/glue.inc

+ 1 - 1
packages/base/libc/glue.inc

@@ -10,7 +10,7 @@ Type
   __long_double_t = Extended;
   __long_double_t = Extended;
   P__long_double_t = ^__long_double_t;
   P__long_double_t = ^__long_double_t;
   size_t = Cardinal;
   size_t = Cardinal;
-  Psize_t = size_t;
+  Psize_t = ^size_t;
   UInt64 = 0..High(Int64); // Must be unsigned.
   UInt64 = 0..High(Int64); // Must be unsigned.
   wchar_t = widechar;
   wchar_t = widechar;
   Pwchar_t = ^wchar_t;
   Pwchar_t = ^wchar_t;