comparison src/w32proc.c @ 37703:d0b43907dca5

Include syssignal.h, to avoid compiler warnings.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 May 2001 10:49:35 +0000
parents 6e6e46d239df
children 71e8b6ae114f
comparison
equal deleted inserted replaced
37702:f85fb95efc38 37703:d0b43907dca5
47 #include "w32.h" 47 #include "w32.h"
48 #include "w32heap.h" 48 #include "w32heap.h"
49 #include "systime.h" 49 #include "systime.h"
50 #include "syswait.h" 50 #include "syswait.h"
51 #include "process.h" 51 #include "process.h"
52 #include "syssignal.h"
52 #include "w32term.h" 53 #include "w32term.h"
53 54
54 /* Control whether spawnve quotes arguments as necessary to ensure 55 /* Control whether spawnve quotes arguments as necessary to ensure
55 correct parsing by child process. Because not all uses of spawnve 56 correct parsing by child process. Because not all uses of spawnve
56 are careful about constructing argv arrays, we make this behaviour 57 are careful about constructing argv arrays, we make this behaviour