diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-05-17 21:42:27 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-05-17 21:42:27 +0000 |
commit | c98e68fc1312ec2d4111b43f937acd5b46f47ae1 (patch) | |
tree | f8103eade9bd5707d1407633c3f2100efeb80d5a /src/w32.h | |
parent | 817abdf65c757246c49a90bc58e065acd0b7196c (diff) | |
download | emacs-c98e68fc1312ec2d4111b43f937acd5b46f47ae1.tar.gz emacs-c98e68fc1312ec2d4111b43f937acd5b46f47ae1.tar.bz2 emacs-c98e68fc1312ec2d4111b43f937acd5b46f47ae1.zip |
(struct _child_process): New member is_dos_process.
Diffstat (limited to 'src/w32.h')
-rw-r--r-- | src/w32.h | 1 |
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; |