# HG changeset patch # User ramiro # Date 1222969407 0 # Node ID d3db5ee440530013cc5c6d665de3817f9779ac3e # Parent bf1b4748cd2edaec62375e9832697d1d4c9ff384 MinGW runtime 3.15 has a wrapper for usleep(). diff -r bf1b4748cd2e -r d3db5ee44053 os_support.h --- a/os_support.h Thu Oct 02 16:28:58 2008 +0000 +++ b/os_support.h Thu Oct 02 17:43:27 2008 +0000 @@ -28,9 +28,6 @@ */ #ifdef __MINGW32__ -# define WIN32_LEAN_AND_MEAN -# include -# define usleep(t) Sleep((t) / 1000) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) #endif