cedric pushed a commit to branch master.

commit bccd190ec85260cbbfc42e0819b359ca50715410
Author: Cedric BAIL <[email protected]>
Date:   Mon Mar 11 10:36:54 2013 +0900

    ecore: prevent coroutine code mixup on windows.
---
 src/lib/ecore/ecore_coroutine.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore/ecore_coroutine.c b/src/lib/ecore/ecore_coroutine.c
index 6f28584..fa023be 100644
--- a/src/lib/ecore/ecore_coroutine.c
+++ b/src/lib/ecore/ecore_coroutine.c
@@ -26,6 +26,8 @@
 
 #ifdef _WIN32
 # define USE_FIBERS
+# undef USE_UCONTEXT
+# undef USE_SETJMP
 #endif
 
 #include "Ecore.h"

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to