Real Name:<br>&nbsp;&nbsp; Erich Hoover<br>Description:<br>&nbsp;&nbsp; Fix a problem with Wine&#39;s cmd.exe that causes the file handles for redirects to not be cleaned up when the in/out/error pipes do not exist (when GetStdHandle(pipe) == INVALID_HANDLE_VALUE).&nbsp; This issue was uncovered getting Athena Visual Studio to work, it spawns off a copy of cmd.exe to run a batch file and that process does not have any pipes.&nbsp; Sorry about sending the wrong attachment last time.<br>
Changelog:<br>&nbsp;&nbsp; wcmd: Properly cleanup redirects when there are no in/out/error pipes<br>