Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
_sleep not implemented in stdlib.h on Windows
[simgrid.git] / src / portable.h
index 4cded556b68a6a583713f790814cea02952e07f8..03bbd85d499d6204ae97a5451b02f438059cf076 100644 (file)
@@ -88,9 +88,6 @@
 # endif
 #endif
 
 # endif
 #endif
 
-#ifdef _WIN32
-#define sleep _sleep /* else defined in stdlib.h */
-#endif
 
 /****
  **** Contexts
 
 /****
  **** Contexts