mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
rarely-used header files. Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a06ba2a18d
commit
54b6249681
@ -28,6 +28,7 @@
|
||||
*/
|
||||
|
||||
#ifdef __MINGW32__
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
# define usleep(t) Sleep((t) / 1000)
|
||||
# include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user