From: cherierm Date: Mon, 25 Sep 2006 16:07:55 +0000 (+0000) Subject: No ucontext_stack.h file header on win32 platform. X-Git-Tag: v3.3~2557 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b3e6ed71424d1f37f8894fae0e1d0b471a1e5b47 No ucontext_stack.h file header on win32 platform. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2802 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/context_private.h b/src/xbt/context_private.h index ad27b8de01..3add76df69 100644 --- a/src/xbt/context_private.h +++ b/src/xbt/context_private.h @@ -13,7 +13,10 @@ #include "xbt/swag.h" #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"