changeset 3969:d3db5ee44053 libavformat

MinGW runtime 3.15 has a wrapper for usleep().
author ramiro
date Thu, 02 Oct 2008 17:43:27 +0000
parents bf1b4748cd2e
children c265c84caa81
files os_support.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <windows.h>
-#  define usleep(t)    Sleep((t) / 1000)
 #  include <fcntl.h>
 #  define lseek(f,p,w) _lseeki64((f), (p), (w))
 #endif