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 -# define usleep(t) Sleep((t) / 1000) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) #endif