comparison 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
comparison
equal deleted inserted replaced
12357:13e138957b7a 12358:133e0ebde74d
21 #include <string.h> 21 #include <string.h>
22 #include <signal.h> 22 #include <signal.h>
23 #ifdef __MINGW32__ 23 #ifdef __MINGW32__
24 #define SIGQUIT 3 24 #define SIGQUIT 3
25 #endif 25 #endif
26 #ifdef WIN32
27 #include <windows.h>
28 #endif
29
26 #include <sys/time.h> 30 #include <sys/time.h>
27 31
28 #include "config.h" 32 #include "config.h"
29 33
30 #include "version.h" 34 #include "version.h"