From: cherierm Date: Fri, 2 Mar 2007 13:21:31 +0000 (+0000) Subject: _sleep not implemented in stdlib.h on Windows X-Git-Tag: v3.3~2168 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9554a10817ff4ae4cdcaecf0b5b1633e04530a35 _sleep not implemented in stdlib.h on Windows git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3191 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/portable.h b/src/portable.h index 4cded556b6..03bbd85d49 100644 --- a/src/portable.h +++ b/src/portable.h @@ -88,9 +88,6 @@ # endif #endif -#ifdef _WIN32 -#define sleep _sleep /* else defined in stdlib.h */ -#endif /**** **** Contexts