From 15108ecad0350f8d1852c57fd8baede532621778 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 13 Aug 2017 21:11:02 +0200 Subject: evas: move EAPI undef to the correct place Signed-off-by: Cedric BAIL --- src/lib/evas/include/evas_common_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/evas/include/evas_common_private.h b/src/lib/evas/include/evas_common_private.h index 6a7d57c655..17be9c8acd 100644 --- a/src/lib/evas/include/evas_common_private.h +++ b/src/lib/evas/include/evas_common_private.h @@ -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 -- cgit v1.2.1