Change W32 console detection to look at the window, not stdout
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 30 Jul 2014 07:15:39 +0000 (07:15 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Tue, 5 Aug 2014 06:44:01 +0000 (06:44 +0000)
commit14f2376c8a06f0936d734ec6a7e0e836072acf65
treeb5a66e268f5f003cefbb30133f0fb22605ec1735
parent4f734873006729d18551c215d9dcf22392dbeaf3
Change W32 console detection to look at the window, not stdout

Check for console window being attached to the process, not for stdout
being redirected into a console window.

https://bugzilla.gnome.org/show_bug.cgi?id=733960
glib/gspawn-win32.c