Commit c29d3ced authored by ramiro's avatar ramiro

Define WIN32_LEAN_AND_MEAN before including windows.h to exclude

rarely-used header files.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 553c7fb9
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
*/ */
#ifdef __MINGW32__ #ifdef __MINGW32__
# define WIN32_LEAN_AND_MEAN
# include <windows.h> # include <windows.h>
# define usleep(t) Sleep((t) / 1000) # define usleep(t) Sleep((t) / 1000)
# include <fcntl.h> # include <fcntl.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment