From 38443eb9cd29adec4668736927369b1f4a690649 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 4 Oct 2007 13:21:12 +0000 Subject: [PATCH] cosmetics around portability git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4785 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/context_private.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 */ -- 2.20.1