From 04d290c35022b9add5ef8de9cd22fdf7dd69d930 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 28 Apr 2015 15:11:20 +0200 Subject: efl: remove the need to order the header correctly for Windows. --- src/lib/efl/Efl.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/efl/Efl.h') diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 2de76807d2..f8eb8eb1f9 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 @@ -171,4 +170,7 @@ EAPI extern const Eo_Event_Description _EFL_GFX_PATH_CHANGED; } #endif +#undef EAPI +#define EAPI + #endif -- cgit v1.2.1