Dmitry Timoshkov : ole32: Turn FIXME into a TRACE for clipboard backend of QueryGetData.

Alexandre Julliard julliard at winehq.org
Fri Sep 13 15:34:19 CDT 2019


Module: wine
Branch: master
Commit: 6f7d91c64a86d23c54870c304acb2b2583aa063c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6f7d91c64a86d23c54870c304acb2b2583aa063c

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Tue Sep 10 16:05:42 2019 +0800

ole32: Turn FIXME into a TRACE for clipboard backend of QueryGetData.

This one seems to be implemented.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ole32/clipboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c
index 3464e2ca6a..0c02d02a65 100644
--- a/dlls/ole32/clipboard.c
+++ b/dlls/ole32/clipboard.c
@@ -1602,7 +1602,7 @@ end:
  */
 static HRESULT WINAPI snapshot_QueryGetData(IDataObject *iface, FORMATETC *fmt)
 {
-    FIXME("(%p, %p {%s})\n", iface, fmt, dump_fmtetc(fmt));
+    TRACE("(%p, %p {%s})\n", iface, fmt, dump_fmtetc(fmt));
 
     if (!fmt) return E_INVALIDARG;
 




More information about the wine-cvs mailing list