Fix method used to pass stdio handles to a subprocess. Method used by
authorChris Hanson <org/chris-hanson/cph>
Sat, 25 Oct 1997 00:15:13 +0000 (00:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 25 Oct 1997 00:15:13 +0000 (00:15 +0000)
commit299fd7acd78b315a6fda73dac272d01a8e1bcf06
treeb5d95e4f4787f3d0b0ff372320469f92bffdd70f
parent6defbaaaaa641754a8401d54181bf6fe7d3e99f6
Fix method used to pass stdio handles to a subprocess.  Method used by
Emacs, and recommended in (some parts of) the M$ documentation,
involves side-effects to Scheme's stdio handles.  Better method is to
use the STARTUPINFO datastructure to tell CreateProcess what handles
to use -- no side-effects.
v7/src/microcode/ntapi.h
v7/src/microcode/ntproc.c