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:
blikblum
2015-11-20 13:04:37 +00:00
parent 25c324f705
commit 5e055ebbf2
2 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,7 @@
{$ifdef Windows}
{$define EnableThreadSupport}
{$endif}
{$ifdef CPU64}
{$if (FPC_FULLVERSION >= 30100) or defined(CPU64)}
{$define PACKARRAYPASCAL}
{$endif}

View File

@ -44,7 +44,8 @@
{$ifdef Windows}
{$define EnableThreadSupport}
{$endif}
{$ifdef CPU64}
{$if (FPC_FULLVERSION >= 30100) or defined(CPU64)}
{$define PACKARRAYPASCAL}
{$endif}
{$define CompilerVersion := 19}