jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e4c166281f865b6d59113f14a4be92e16f7f8fb6
commit e4c166281f865b6d59113f14a4be92e16f7f8fb6 Author: Vincent Torri <[email protected]> Date: Sun Aug 7 11:40:48 2016 +0200 Edje_Edit.h: undef EAPI at the end of the header file Fixes T4303 --- src/lib/edje/Edje_Edit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h index 9fb682f..97c6ea4 100644 --- a/src/lib/edje/Edje_Edit.h +++ b/src/lib/edje/Edje_Edit.h @@ -8062,4 +8062,7 @@ EAPI extern Eina_Error EDJE_EDIT_ERROR_GROUP_DOES_NOT_EXIST; } #endif +#undef EAPI +#define EAPI + #endif --
