integrate change#17566 from maint-5.6 branch
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 16 Jul 2002 00:27:12 +0000 (00:27 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 16 Jul 2002 00:27:12 +0000 (00:27 +0000)
commit1095be3767b805178c80d95f5b7a502999848f8b
treeec4eeee59612da70b14ecf999bfbce324f91f8fa
parent4e6dfe7129c097c1c55e03c2282efd9f7d35d6ff
integrate change#17566 from maint-5.6 branch

on windows, ensure child processes that get run via backticks get
the right pipe handle at stdin/stdout; this is needed to make
subprocesses see the correct standard handles such that backticks
and piped open()s work when run from within GUI applications

this also makes it possible to launch wperl.exe in backticks
from within an application that has no std handles without a
new blank console window popping up
p4raw-link: @17566 on //depot/maint-5.6/perl: c7efefc2a43b65746e10207fe89bc47b7f7c27ea

p4raw-id: //depot/perl@17567
win32/win32.c