]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Apparently MsgWaitForMultipleObjects doesn't always return the
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Aug 2006 19:09:28 +0000 (19:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Aug 2006 19:09:28 +0000 (19:09 +0000)
commit4c460326d91ce58af4a1e19ebc3a1aa119db4538
treefdf6d97217dad852f44c283c7a18095a46445bd0
parentc3d7d326b50fc8daf8ed897a5a3a0ef90ab56f2c
Apparently MsgWaitForMultipleObjects doesn't always return the
values one might expect, which means that GetMessage() was
occasionally blocking the process. That appears to be the last of
the annoying data loss issues, so I think the Windows serial back
end actually looks vaguely reliable now. Phew.

[originally from svn r6830]
windows/window.c