X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4318208d7db16e05e147c4a5c5b31a04cff2d02e..59a1aff0fbe12fa74b7d0b9fb46492fa7a822acc:/src/xbt/context.c diff --git a/src/xbt/context.c b/src/xbt/context.c index bc16f82279..5ab348db85 100644 --- a/src/xbt/context.c +++ b/src/xbt/context.c @@ -25,7 +25,7 @@ static xbt_swag_t context_to_destroy = NULL; static xbt_swag_t context_living = NULL; #ifndef USE_PTHREADS /* USE_PTHREADS and USE_CONTEXT are exclusive */ -# ifndef HAVE_UCONTEXT_H +# ifndef USE_UCONTEXT /* don't want to play with conditional compilation in automake tonight, sorry. include directly the c file from here when needed. */ # include "context_win32.c"