diff --git a/src/core/Iaito.h b/src/core/Iaito.h index 000dd97a..04fce335 100644 --- a/src/core/Iaito.h +++ b/src/core/Iaito.h @@ -819,4 +819,8 @@ class IAITO_EXPORT RCoreLocked RCore *operator->() const; }; +#if R2_VERSION_NUMBER >= 50909 +#define r_flag_get_i r_flag_get_in +#endif + #endif // IAITO_H