* fixed psize_t

git-svn-id: trunk@1244 -
This commit is contained in:
peter 2005-10-01 20:49:15 +00:00
parent 24f273f43c
commit ce02ae077c

View File

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