cedric pushed a commit to branch master.

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

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

    eolian: remove the need to order the header correctly for Windows.
---
 src/lib/eolian/Eolian.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h
index d8c5e90..c2e07c5 100644
--- a/src/lib/eolian/Eolian.h
+++ b/src/lib/eolian/Eolian.h
@@ -2033,4 +2033,7 @@ EAPI Eina_Bool eolian_variable_is_extern(const 
Eolian_Variable *var);
 } // extern "C" {
 #endif
 
+#undef EAPI
+#define EAPI
+
 #endif

-- 


Reply via email to