diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 16:52:57 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:11 +0200 |
commit | d63593fc64be49f56857edecc540c94fac33c52a (patch) | |
tree | bc01587f3a7f28b1aedbe40aee427244cba49177 /src/lib/evil | |
parent | 61e271890731a8563544cc7dfcae40ab00dc35b2 (diff) | |
download | efl-d63593fc64be49f56857edecc540c94fac33c52a.tar.gz |
evil: remove the need to order the header correctly for Windows.
Diffstat (limited to 'src/lib/evil')
-rw-r--r-- | src/lib/evil/Evil.h | 3 | ||||
-rw-r--r-- | src/lib/evil/evil_macro.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/evil/Evil.h b/src/lib/evil/Evil.h index ac5f321c29..e78deceffd 100644 --- a/src/lib/evil/Evil.h +++ b/src/lib/evil/Evil.h @@ -201,6 +201,9 @@ typedef unsigned long gid_t; #define sigsetjmp(Env, Save) setjmp(Env) +#undef EAPI +#define EAPI + #ifdef __cplusplus } #endif diff --git a/src/lib/evil/evil_macro.h b/src/lib/evil/evil_macro.h index 439c4ff016..d5a1af64f8 100644 --- a/src/lib/evil/evil_macro.h +++ b/src/lib/evil/evil_macro.h @@ -1,8 +1,6 @@ #ifndef __EVIL_MACRO_H__ #define __EVIL_MACRO_H__ - - #ifdef EAPI # undef EAPI #endif /* EAPI */ |