diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index a64406de43..6d0a33a643 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -88,6 +88,9 @@ #ifdef EAPI_WEAK # undef EAPI_WEAK #endif +#ifdef EOAPI +# undef EOAPI +#endif #ifdef _WIN32 # ifdef EFL_BUILD @@ -116,7 +119,7 @@ #endif #define EWAPI EAPI EAPI_WEAK - +#define EOAPI EAPI /* allow usage from c++ */ #ifdef __cplusplus