evas: move EAPI undef to the correct place

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2017-08-13 21:11:02 +02:00 committed by Cedric BAIL
parent 9816cc90b2
commit 15108ecad0
1 changed files with 3 additions and 3 deletions

View File

@ -1346,11 +1346,11 @@ void evas_common_rgba_image_scalecache_item_unref(Image_Entry *ie);
/*****************************************************************************/
#undef EAPI
#define EAPI
#ifdef __cplusplus
}
#endif
#undef EAPI
#define EAPI
#endif