Jacek Caban : msxml3: Silence invalid FIXME.

Alexandre Julliard julliard at winehq.org
Fri Oct 17 07:25:48 CDT 2008


Module: wine
Branch: master
Commit: d318813a5a0e837ba7a8cad7b9516cbb3febd75c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d318813a5a0e837ba7a8cad7b9516cbb3febd75c

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Oct 16 13:55:52 2008 -0500

msxml3: Silence invalid FIXME.

---

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

diff --git a/dlls/msxml3/bsc.c b/dlls/msxml3/bsc.c
index bc1202a..1914ca8 100644
--- a/dlls/msxml3/bsc.c
+++ b/dlls/msxml3/bsc.c
@@ -69,7 +69,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;
 }
 




More information about the wine-cvs mailing list