Skip to content

Commit 121ad85

Browse files
committed
Use pascal packarray function in carbon
1 parent a8ef7c3 commit 121ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VTConfig.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
{$define EnableThreadSupport}
4646
{$endif}
4747

48-
{$if (FPC_FULLVERSION >= 30100) or defined(CPU64)}
48+
{$if (FPC_FULLVERSION >= 30100) or defined(CPU64) or defined(LCLCarbon)}
4949
{$define PACKARRAYPASCAL}
5050
{$endif}

0 commit comments

Comments
 (0)