Apparently MsgWaitForMultipleObjects doesn't always return the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 Aug 2006 19:09:28 +0000 (19:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 Aug 2006 19:09:28 +0000 (19:09 +0000)
commitb08600c44afcea44391d6a351e5b4107a1d8309d
treefdf6d97217dad852f44c283c7a18095a46445bd0
parent5fd93688718a6863178df7e398382c3afc416ebd
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6830 cda61777-01e9-0310-a592-d414129be87e
windows/window.c