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
commitc98e68fc1312ec2d4111b43f937acd5b46f47ae1 (patch)
treef8103eade9bd5707d1407633c3f2100efeb80d5a /src/w32.h
parent817abdf65c757246c49a90bc58e065acd0b7196c (diff)
downloademacs-c98e68fc1312ec2d4111b43f937acd5b46f47ae1.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;