@@ -20,10 +20,16 @@ #ifdef OF_APPLE_RUNTIME # ifdef OF_X86_64 # define OF_INVOCATION_CAN_INVOKE # endif +#else +# ifdef OF_ELF +# ifdef OF_X86_64 +# define OF_INVOCATION_CAN_INVOKE +# endif +# endif #endif @class OFMethodSignature; @class OFMutableArray OF_GENERIC(ObjectType); @class OFMutableData;