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>
This commit is contained in:
parent
9597ed5375
commit
6f7d91c64a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue