projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06ba2a
)
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
author
Ramiro Polla
<ramiro.polla@gmail.com>
Sat, 8 Mar 2008 19:00:55 +0000
(19:00 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Sat, 8 Mar 2008 19:00:55 +0000
(19:00 +0000)
rarely-used header files.
Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/os_support.h
patch
|
blob
|
history
diff --git
a/libavformat/os_support.h
b/libavformat/os_support.h
index 285f0394706313fd0ebad79a18ee26bd23c7a90f..de29a1852762e3015fb18e56bbf85195475769c0 100644
(file)
--- a/
libavformat/os_support.h
+++ b/
libavformat/os_support.h
@@
-28,6
+28,7
@@
*/
#ifdef __MINGW32__
+# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# define usleep(t) Sleep((t) / 1000)
# include <fcntl.h>