X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6b30c2f53f0eb061dbb06fa8b894991291a6f88..aa29c3a2434a29e6901f1e98aa0c171ee15d73cc:/src/xbt/xbt_main.c diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index 47bef26598..6f5688ff60 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -7,6 +7,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/misc.h" +#include "simgrid_config.h" /*HAVE_MMAP*/ #include "time.h" /* to seed the random generator */ #include "xbt/sysdep.h" @@ -57,7 +58,7 @@ static void xbt_postexit(void) _XBT_GNUC_DESTRUCTOR; #pragma fini (xbt_postexit) #endif -#ifdef WIN32 +#ifdef _XBT_WIN32 #include /* Dummy prototype to make gcc happy */