ole32: Remove a FIXME comment that no longer applies.

This commit is contained in:
Rob Shearman 2007-01-09 17:14:39 +00:00 committed by Alexandre Julliard
parent b3331d1a76
commit 84158d6742
1 changed files with 0 additions and 1 deletions

View File

@ -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);