From: mquinson Date: Thu, 4 Oct 2007 13:21:12 +0000 (+0000) Subject: cosmetics around portability X-Git-Tag: v3.3~1006 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/38443eb9cd29adec4668736927369b1f4a690649 cosmetics around portability git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4785 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/context_private.h b/src/xbt/context_private.h index ebaba606a9..7c82066c7c 100644 --- a/src/xbt/context_private.h +++ b/src/xbt/context_private.h @@ -14,16 +14,13 @@ #include "xbt/dynar.h" /* void_f_pvoid_t */ #include "portable.h" /* loads context system definitions */ -#if !defined(_WIN32) && !defined(__WIN32__) && !defined(WIN32) && !defined(__TOS_WIN__) -#include "ucontext_stack.h" /* loads context system definitions */ -#endif - #include "xbt/context.h" #include "xbt/ex.h" #ifdef CONTEXT_THREADS # include "xbt/xbt_os_thread.h" #else +# include "ucontext_stack.h" /* loads context system definitions */ # include # define STACK_SIZE 128*1024 /* Lower this if you want to reduce the memory consumption */ #endif /* not CONTEXT_THREADS */