0: INLINE_SUPPORT define was added

This commit is contained in:
evgeny-k 2019-08-07 13:43:05 +03:00
parent e893802668
commit eff7823c09

View File

@ -1293,3 +1293,10 @@
{$IFDEF NEXTGEN_or_DELPHILINUX}
{$DEFINE FPC_SAFECALL_BUG} // nextgen&linux compiler causes bug with safecall declarations
{$ENDIF}
{$IFDEF DELPHI2005UP}
{$DEFINE INLINE_SUPPORT}
{$ENDIF}
{$IFDEF FPC}
{$DEFINE INLINE_SUPPORT}
{$ENDIF}