[Bug 18479] problem with writing to stdout under MSYS

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 14 10:39:13 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18479





--- Comment #8 from André H. <nerv at dawncrow.de>  2009-08-14 10:39:07 ---
Created an attachment (id=23065)
 --> (http://bugs.winehq.org/attachment.cgi?id=23065)
msvcrt: dont overwrite the first 3 file descriptors

MSVCRT_fdend, which is is the highest file descriptor is possible set to zero
in the init_io function. the first 3 file descriptors are stdin, stdout and
stderr.
so they are "overwritten"
This patch fixes the problem and also some build problems i had in msys.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list