Skip to content

Commit c7670b9

Browse files
committed
Add pcsize_t definition
1 parent fa020bf commit c7670b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

units/ctypes.inc

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ type
8686
{$EXTERNALSYM cuint64}
8787
{$ENDIF}
8888

89+
pcsize_t = ^csize_t;
8990
{$IFNDEF WIN64}
9091
csize_t = cuint32;
9192
{$ELSE}

0 commit comments

Comments
 (0)