X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3889cf4274ba6c4442a80e23c5ed9b45841d2494..12a3d01e7de3d8fdefa0aeedeb0cee96936567f0:/src/xbt/xbt_sg_stubs.c diff --git a/src/xbt/xbt_sg_stubs.c b/src/xbt/xbt_sg_stubs.c index b609c109d3..56a9bbe117 100644 --- a/src/xbt/xbt_sg_stubs.c +++ b/src/xbt/xbt_sg_stubs.c @@ -21,6 +21,7 @@ #include "portable.h" /* CONTEXT_THREADS */ #ifndef CONTEXT_THREADS +#ifndef WIN32 /* xbt_threads is loaded in libsimgrid when they are used to implement the xbt_context. * The decision (and the loading) is made in xbt/context.c. @@ -141,3 +142,4 @@ void xbt_os_cond_destroy(xbt_os_cond_t cond) ("No pthread in SG when compiled against the ucontext (xbt_os_cond_destroy)"); } #endif +#endif