summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-17 21:42:27 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-17 21:42:27 +0000
commit34c156ca3e9617c02da3923a7b9106088c88953a (patch)
tree8281835f68c7133b7861be160e4b5cec34fe3b52 /src/w32.h
parent8d387ad453206b3faf1a3f8cb848ee4575de9c55 (diff)
downloademacs-34c156ca3e9617c02da3923a7b9106088c88953a.tar.gz
(struct _child_process): New member is_dos_process.
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32.h b/src/w32.h
index 3a185018cfc..2ee36488657 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -74,6 +74,7 @@ typedef struct _child_process
{
int fd;
int pid;
+ int is_dos_process;
HANDLE char_avail;
HANDLE char_consumed;
HANDLE thrd;