forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
|
||||
#ifdef __MINGW32__
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
# define usleep(t) Sleep((t) / 1000)
|
||||
# include <fcntl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue