]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct _child_process): New member is_dos_process.
authorKarl Heuer <kwzh@gnu.org>
Fri, 17 May 1996 21:42:27 +0000 (21:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 17 May 1996 21:42:27 +0000 (21:42 +0000)
src/w32.h

index 3a185018cfc6048efdf652c3af8eb0b0f2b3f7d3..2ee3648865746481c80d4e64f96a7741e5433087 100644 (file)
--- 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;