You've already forked lazarus-ccr
Use pascal PackArray implementation on fpc > 3.0. Issue 28502
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4394 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
{$ifdef Windows}
|
||||
{$define EnableThreadSupport}
|
||||
{$endif}
|
||||
{$ifdef CPU64}
|
||||
|
||||
{$if (FPC_FULLVERSION >= 30100) or defined(CPU64)}
|
||||
{$define PACKARRAYPASCAL}
|
||||
{$endif}
|
||||
|
@ -44,7 +44,8 @@
|
||||
{$ifdef Windows}
|
||||
{$define EnableThreadSupport}
|
||||
{$endif}
|
||||
{$ifdef CPU64}
|
||||
{$if (FPC_FULLVERSION >= 30100) or defined(CPU64)}
|
||||
{$define PACKARRAYPASCAL}
|
||||
{$endif}
|
||||
|
||||
{$define CompilerVersion := 19}
|
||||
|
Reference in New Issue
Block a user