Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No ucontext_stack.h file header on win32 platform.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 25 Sep 2006 16:07:55 +0000 (16:07 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 25 Sep 2006 16:07:55 +0000 (16:07 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2802 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/context_private.h

index ad27b8d..3add76d 100644 (file)
 #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"