diff mencoder.c @ 9772:6586ec1f6ee4

MINGW32 port
author faust3
date Mon, 31 Mar 2003 17:32:46 +0000
parents 27fff718ede6
children 09d630a4f991
line wrap: on
line diff
--- a/mencoder.c	Mon Mar 31 17:08:16 2003 +0000
+++ b/mencoder.c	Mon Mar 31 17:32:46 2003 +0000
@@ -19,6 +19,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <signal.h>
+#ifdef __MINGW32__
+#define        SIGQUIT 3
+#endif
 #include <sys/time.h>
 
 #include "config.h"