aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-05-17 21:42:27 +0000
committerKarl Heuer1996-05-17 21:42:27 +0000
commitc98e68fc1312ec2d4111b43f937acd5b46f47ae1 (patch)
treef8103eade9bd5707d1407633c3f2100efeb80d5a
parent817abdf65c757246c49a90bc58e065acd0b7196c (diff)
downloademacs-c98e68fc1312ec2d4111b43f937acd5b46f47ae1.tar.gz
emacs-c98e68fc1312ec2d4111b43f937acd5b46f47ae1.zip
(struct _child_process): New member is_dos_process.
-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
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;