X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c04d8355923f8323a1a3195fe3b73ac08b984ea..e23b481e91e2c7020856a88e25cb6f4fe1358e1f:/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