From e4c166281f865b6d59113f14a4be92e16f7f8fb6 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 7 Aug 2016 11:40:48 +0200 Subject: [PATCH] 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 9fb682f9ee..97c6ea4843 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