ecore: prevent coroutine code mixup on windows.

This commit is contained in:
Cedric BAIL 2013-03-11 10:36:54 +09:00
parent 3fe8098e9c
commit bccd190ec8
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#ifdef _WIN32
# define USE_FIBERS
# undef USE_UCONTEXT
# undef USE_SETJMP
#endif
#include "Ecore.h"