Eric Pouech wrote:
Oleg Prokhorov wrote:
Hello wine-patches,
Changelog:
Fixes two problems:
GPF when no extension was specified.
No handles were inherited in CreateProcess, all child console
programs were silent
the second part is wrong. a child process should inherit its parent
input/output stream even if we don't inherit all the handles.
But the bug still exist as of today.
I'll look into it.
after some more testing, it turns out Oleg was right (and his fix too).
So, Alexandre could you commit the second part of this patch.
Sorry for the noise
A+
--
Eric Pouech