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

Dmitry Timoshkov dmitry at baikal.ru
Tue Sep 10 03:05:42 CDT 2019


This one seems to be implemented.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 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;
 
-- 
2.20.1




More information about the wine-devel mailing list