cedric pushed a commit to branch master.

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

commit 04d290c35022b9add5ef8de9cd22fdf7dd69d930
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue Apr 28 15:11:20 2015 +0200

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

diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h
index 2de7680..f8eb8eb 100644
--- a/src/lib/efl/Efl.h
+++ b/src/lib/efl/Efl.h
@@ -2,8 +2,7 @@
 #define _EFL_H
 
 #if defined ( __cplusplus )
-extern "C"
-{
+extern "C" {
 #endif
 
 #include <Eo.h>
@@ -171,4 +170,7 @@ EAPI extern const Eo_Event_Description 
_EFL_GFX_PATH_CHANGED;
 }
 #endif
 
+#undef EAPI
+#define EAPI
+
 #endif

-- 


Reply via email to