jeyzu pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4cbdd93b1392f4d0b0ce882e6908254b264c1080
commit 4cbdd93b1392f4d0b0ce882e6908254b264c1080 Author: Jérémy Zurcher <[email protected]> Date: Fri Aug 22 09:20:32 2014 +0200 Ecore_Common: protect against Ecore_Exe redefinition --- src/lib/ecore/Ecore_Common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index c9b9f9a..6dbb555 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -893,6 +893,8 @@ typedef enum _Ecore_Exe_Win32_Priority Ecore_Exe_Win32_Priority; typedef Eo Ecore_Exe; /**< A handle for spawned processes */ +#define _ECORE_EXE_EO_CLASS_TYPE + /** * @typedef Ecore_Exe_Cb Ecore_Exe_Cb * A callback to run with the associated @ref Ecore_Exe, usually --
