mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:49:14 +02:00
* also run invoke tests if internal function call manager is available (which we prefer to the ffi one)
git-svn-id: trunk@39896 -
This commit is contained in:
parent
509383aeb3
commit
c97b607e60
@ -6,9 +6,13 @@ program testrunner.rtlobjpas;
|
||||
{$mode objfpc}{$H+}
|
||||
{ Invoke needs a function call manager }
|
||||
{.$define useffi}
|
||||
{$if defined(CPUX64) and defined(WINDOWS)}
|
||||
{$define testinvoke}
|
||||
{$else}
|
||||
{$ifdef useffi}
|
||||
{$define testinvoke}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
{$ifdef useffi}
|
||||
|
Loading…
Reference in New Issue
Block a user