X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43f6b4aae371fca8b5d084e9ceb2484ff867221e..778f65057da68465382593cd036b6ee59ada54e9:/src/xbt/context_win32.c?ds=inline diff --git a/src/xbt/context_win32.c b/src/xbt/context_win32.c index aa8b55d880..4781823a7b 100644 --- a/src/xbt/context_win32.c +++ b/src/xbt/context_win32.c @@ -16,7 +16,8 @@ /* The original author granted me (Martin Quinson) to redistribute this work under the LGPL licence, what I here do. */ -/*#include "context_win32.h" Not needed since this file is to be included*/ +#include "context_win32.h" /* Current file is to be included when cross-compiling, + but not during native builds. So this include is needed */ int getcontext(ucontext_t *ucp) { @@ -67,7 +68,7 @@ int makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) va_start (ap, argc); for (i=0; i