Module: wine Branch: master Commit: 84158d674252ecee8b023baf76a86963f73d6aed URL: http://source.winehq.org/git/wine.git/?a=commit;h=84158d674252ecee8b023baf76...
Author: Rob Shearman rob@codeweavers.com Date: Tue Jan 9 17:14:39 2007 +0000
ole32: Remove a FIXME comment that no longer applies.
---
dlls/ole32/compobj.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index f5e2789..452ea0d 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -3219,7 +3219,6 @@ HRESULT WINAPI CoWaitForMultipleHandles( * COM call */ if (COM_PeekMessage(apt, &msg)) { - /* FIXME: filter the messages here */ TRACE("received message whilst waiting for RPC: 0x%04x\n", msg.message); TranslateMessage(&msg); DispatchMessageW(&msg);