We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa020bf commit c7670b9Copy full SHA for c7670b9
units/ctypes.inc
@@ -86,6 +86,7 @@ type
86
{$EXTERNALSYM cuint64}
87
{$ENDIF}
88
89
+ pcsize_t = ^csize_t;
90
{$IFNDEF WIN64}
91
csize_t = cuint32;
92
{$ELSE}
0 commit comments