Commit 84158d67 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Remove a FIXME comment that no longer applies.

parent b3331d1a
......@@ -3219,7 +3219,6 @@ HRESULT WINAPI CoWaitForMultipleHandles(DWORD dwFlags, DWORD dwTimeout,
* 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment