Module: wine Branch: master Commit: 6f7d91c64a86d23c54870c304acb2b2583aa063c URL: https://source.winehq.org/git/wine.git/?a=commit;h=6f7d91c64a86d23c54870c304...
Author: Dmitry Timoshkov dmitry@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@baikal.ru Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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;