cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3dfdafe41c0410dcf6390adbc7813050eb33812a

commit 3dfdafe41c0410dcf6390adbc7813050eb33812a
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue Apr 28 16:52:13 2015 +0200

    eo: remove the need to order the header correctly for Windows.
---
 src/lib/eo/Eo.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 0825f90..8a271f9 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -1097,9 +1097,11 @@ struct _Eo_Callback_Array_Item
 /**
  * @}
  */
-
 #ifdef __cplusplus
-} 
+}
 #endif
 
+#undef EAPI
+#define EAPI
+
 #endif

-- 


Reply via email to