[MPlayer-cvslog] r32500 - trunk/mpcommon.c

reimar subversion at mplayerhq.hu
Sun Oct 17 17:17:47 CEST 2010


Author: reimar
Date: Sun Oct 17 17:17:46 2010
New Revision: 32500

Log:
Add windows.h include to fix compilation in some cases.
Patch by Gianluigi Tiesi [sherpya netfarm it]

Modified:
   trunk/mpcommon.c

Modified: trunk/mpcommon.c
==============================================================================
--- trunk/mpcommon.c	Sun Oct 17 11:06:18 2010	(r32499)
+++ trunk/mpcommon.c	Sun Oct 17 17:17:46 2010	(r32500)
@@ -16,6 +16,9 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#if defined(__MINGW32__) || defined(__CYGWIN__)
+#include <windows.h>
+#endif
 #include <stdlib.h>
 #include "stream/stream.h"
 #include "libmpdemux/demuxer.h"


More information about the MPlayer-cvslog mailing list