comparison src/w32.h @ 15248:e9d9c86ed820

(struct _child_process): New member is_dos_process.
author Karl Heuer <kwzh@gnu.org>
date Fri, 17 May 1996 21:42:27 +0000
parents 6879c02a290c
children 481b7874a1e9
comparison
equal deleted inserted replaced
15247:874a66251747 15248:e9d9c86ed820
72 a socket, the process handle in pi is NULL. */ 72 a socket, the process handle in pi is NULL. */
73 typedef struct _child_process 73 typedef struct _child_process
74 { 74 {
75 int fd; 75 int fd;
76 int pid; 76 int pid;
77 int is_dos_process;
77 HANDLE char_avail; 78 HANDLE char_avail;
78 HANDLE char_consumed; 79 HANDLE char_consumed;
79 HANDLE thrd; 80 HANDLE thrd;
80 PROCESS_INFORMATION procinfo; 81 PROCESS_INFORMATION procinfo;
81 volatile int status; 82 volatile int status;