ole32: Remove a FIXME comment that no longer applies.

Robert Shearman rob at codeweavers.com
Tue Jan 9 11:14:39 CST 2007


---
  dlls/ole32/compobj.c |    1 -
  1 files changed, 0 insertions(+), 1 deletions(-)
-------------- next part --------------
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);


More information about the wine-patches mailing list