ole32: Don't process posted messages in CoWaitForMultipleHandles.
authorRobert Shearman <rob@codeweavers.com>
Wed, 29 Mar 2006 17:40:46 +0000 (18:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2006 10:43:17 +0000 (12:43 +0200)
commit8c7706bad04b90f4f9a7c25d94a27309d0347c80
tree16a20c78d6d10fe07dfd868a683c26a07543af76
parentff85f892c623438af0d2151c6a6811527ff75b4a
ole32: Don't process posted messages in CoWaitForMultipleHandles.

Tests with native show that during COM calls posted messages aren't
retrieved other than COM calls so change the PeekMessage parameters in
CoWaitForMultipleHandles to duplicate this.
dlls/ole32/compobj.c