[FFmpeg-cvslog] r12378 - trunk/libavformat/os_support.h

ramiro subversion
Sat Mar 8 20:00:55 CET 2008


Author: ramiro
Date: Sat Mar  8 20:00:55 2008
New Revision: 12378

Log:
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
rarely-used header files.


Modified:
   trunk/libavformat/os_support.h

Modified: trunk/libavformat/os_support.h
==============================================================================
--- trunk/libavformat/os_support.h	(original)
+++ trunk/libavformat/os_support.h	Sat Mar  8 20:00:55 2008
@@ -28,6 +28,7 @@
  */
 
 #ifdef __MINGW32__
+#  define WIN32_LEAN_AND_MEAN
 #  include <windows.h>
 #  define usleep(t)    Sleep((t) / 1000)
 #  include <fcntl.h>




More information about the ffmpeg-cvslog mailing list