* dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather than

hMainProc as process handle when duplicating the stdout handle.
	Explain why.  Add Win32 error code to debug output.
This commit is contained in:
Corinna Vinschen
2009-11-26 10:58:06 +00:00
parent b2225216e9
commit 7bdbf062cd
2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2009-11-26 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather than
hMainProc as process handle when duplicating the stdout handle.
Explain why. Add Win32 error code to debug output.
2009-11-23 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Add