Commit 456e48ef authored by Adam Martinson's avatar Adam Martinson Committed by Alexandre Julliard

ole32/tests: IDropTarget::QueryInterface() shouldn't be called.

parent f730d13c
......@@ -39,7 +39,7 @@ static int droptarget_refs;
static HRESULT WINAPI DropTarget_QueryInterface(IDropTarget* iface, REFIID riid,
void** ppvObject)
{
trace("DropTarget_QueryInterface\n");
todo_wine ok(0, "DropTarget_QueryInterface() shouldn't be called\n");
if (IsEqualIID(riid, &IID_IUnknown) ||
IsEqualIID(riid, &IID_IDropTarget))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment