svn path=/trunk/; revision=6603
This commit is contained in:
Tor Lillqvist 2008-02-28 17:54:46 +00:00
parent 5033394a15
commit 138c2826f0

View File

@ -10,7 +10,7 @@
code path that called WaitMessage(), as WaitMessage() doesn't code path that called WaitMessage(), as WaitMessage() doesn't
offer any chance for APCs to run. Instead just use the code path offer any chance for APCs to run. Instead just use the code path
with MsgWaitForMultipleObjectsEx() even for the with MsgWaitForMultipleObjectsEx() even for the
wait-only-for--messages case. (#517484) wait-only-for-messages case. (#517484)
2008-02-25 Matthias Clasen <mclasen@redhat.com> 2008-02-25 Matthias Clasen <mclasen@redhat.com>