diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 16:52:13 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:11 +0200 |
commit | 3dfdafe41c0410dcf6390adbc7813050eb33812a (patch) | |
tree | 925cf329bac9bbc70404077c2acbcf03c89014a9 | |
parent | f193b91fd8aa16d377476137a7a84ea1fc6682b9 (diff) | |
download | efl-3dfdafe41c0410dcf6390adbc7813050eb33812a.tar.gz |
eo: remove the need to order the header correctly for Windows.
-rw-r--r-- | src/lib/eo/Eo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 0825f90531..8a271f967b 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 |