mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
* fixed psize_t
git-svn-id: trunk@1244 -
This commit is contained in:
parent
24f273f43c
commit
ce02ae077c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user