From: Vincent Torri Date: Sun, 7 Aug 2016 09:40:48 +0000 (+0200) Subject: Edje_Edit.h: undef EAPI at the end of the header file X-Git-Tag: upstream/1.20.0~4895 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4c166281f865b6d59113f14a4be92e16f7f8fb6;p=platform%2Fupstream%2Fefl.git Edje_Edit.h: undef EAPI at the end of the header file Fixes T4303 --- 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