diff mencoder.c @ 12358:133e0ebde74d

Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
author faust3
date Fri, 30 Apr 2004 16:56:00 +0000
parents 9a9c8d3b76a1
children 85f18227756f
line wrap: on
line diff
--- a/mencoder.c	Fri Apr 30 10:40:30 2004 +0000
+++ b/mencoder.c	Fri Apr 30 16:56:00 2004 +0000
@@ -23,6 +23,10 @@
 #ifdef __MINGW32__
 #define        SIGQUIT 3
 #endif
+#ifdef WIN32
+#include <windows.h>
+#endif
+
 #include <sys/time.h>
 
 #include "config.h"