Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define correctly variables for windows.
[simgrid.git] / src / surf / random_mgr.c
index f098226..ebc698d 100644 (file)
@@ -7,7 +7,7 @@
 #include "surf/random_mgr.h"
 #include "xbt/sysdep.h"
 
-#ifdef WIN32
+#ifdef _XBT_WIN32
 
 static unsigned int _seed = 2147483647;