From: Augustin Degomme Date: Tue, 24 Sep 2013 15:18:59 +0000 (+0200) Subject: windows doesn't provide/need this call X-Git-Tag: v3_9_90~91^2~10^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc1c683c83296d164aef6fa419ec3763f218e423?ds=inline windows doesn't provide/need this call --- diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index b11a855161..e60540b08c 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -91,7 +91,9 @@ static void xbt_preinit(void) { xbt_dict_preinit(); srand(seed); +#ifndef _WIN32 srand48(seed); +#endif atexit(xbt_postexit); }