Skip the allocation of a new console on "wcmd /c <command>" execution,
authorJaco Greeff <jaco@puxedo.org>
Mon, 4 Nov 2002 22:36:07 +0000 (22:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Nov 2002 22:36:07 +0000 (22:36 +0000)
commit63e8a260ebbda5c373ca5387b4171a877ee9fa9d
tree0d498b276cd6fed6c8e7de43c8b408366f36ffb0
parent3c9d9182ebf8301a772909c3deb8ab3e68e10c0d
Skip the allocation of a new console on "wcmd /c <command>" execution,
using the current allocated STDIN and STDOUT handles for command
input/output.
programs/wcmd/wcmdmain.c