Nikolay Sivov : ole32: Turn FIXME to TRACE for CoGetTreatAsClass.

Alexandre Julliard julliard at winehq.org
Tue Mar 16 11:49:22 CDT 2010


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar 15 22:51:56 2010 +0300

ole32: Turn FIXME to TRACE for CoGetTreatAsClass.

---

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

diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
index 583a9cb..12f8314 100644
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -2956,7 +2956,7 @@ HRESULT WINAPI CoGetTreatAsClass(REFCLSID clsidOld, LPCLSID clsidNew)
     HRESULT res = S_OK;
     LONG len = sizeof(szClsidNew);
 
-    FIXME("(%s,%p)\n", debugstr_guid(clsidOld), clsidNew);
+    TRACE("(%s,%p)\n", debugstr_guid(clsidOld), clsidNew);
     *clsidNew = *clsidOld; /* copy over old value */
 
     res = COM_OpenKeyForCLSID(clsidOld, wszTreatAs, KEY_READ, &hkey);




More information about the wine-cvs mailing list