summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/os_support.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index 2b89fb58e2..e547085dff 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -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