ole32: Remove a FIXME comment that no longer applies.
This commit is contained in:
parent
b3331d1a76
commit
84158d6742
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue