Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No ucontext_stack.h file header on win32 platform.
[simgrid.git] / 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"