0: INLINE_SUPPORT define was added
This commit is contained in:
parent
e893802668
commit
eff7823c09
@ -1293,3 +1293,10 @@
|
|||||||
{$IFDEF NEXTGEN_or_DELPHILINUX}
|
{$IFDEF NEXTGEN_or_DELPHILINUX}
|
||||||
{$DEFINE FPC_SAFECALL_BUG} // nextgen&linux compiler causes bug with safecall declarations
|
{$DEFINE FPC_SAFECALL_BUG} // nextgen&linux compiler causes bug with safecall declarations
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF DELPHI2005UP}
|
||||||
|
{$DEFINE INLINE_SUPPORT}
|
||||||
|
{$ENDIF}
|
||||||
|
{$IFDEF FPC}
|
||||||
|
{$DEFINE INLINE_SUPPORT}
|
||||||
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user