Skip to content

Commit 5d349f1

Browse files
committed
Fix {$EXTERNALSYM} directive for csize_t
1 parent 61b72b7 commit 5d349f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/ctypes.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type
8282
{$ELSE}
8383
csize_t = cuint64;
8484
{$ENDIF}
85-
{$EXTERNALSYM SIZE_T}
85+
{$EXTERNALSYM csize_t}
8686

8787
pcfloat = ^cfloat;
8888
cfloat = Single;

0 commit comments

Comments
 (0)