[PATCH 3/3] Silence urlmon query failures for IXMLDocument

Nikolay Sivov nsivov at codeweavers.com
Tue Oct 19 17:32:26 CDT 2010


---
 dlls/msxml3/xmldoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/xmldoc.c b/dlls/msxml3/xmldoc.c
index de0a212..93ff499 100644
--- a/dlls/msxml3/xmldoc.c
+++ b/dlls/msxml3/xmldoc.c
@@ -253,7 +253,7 @@ static HRESULT WINAPI bsc_QueryInterface(
         return S_OK;
     }
 
-    FIXME("interface %s not implemented\n", debugstr_guid(riid));
+    TRACE("interface %s not implemented\n", debugstr_guid(riid));
     return E_NOINTERFACE;
 }
 
-- 
1.5.6.5


--------------020404020909050809040809--



More information about the wine-patches mailing list