Skip to content
Snippets Groups Projects
Commit 456e48ef authored by Adam Martinson's avatar Adam Martinson Committed by Alexandre Julliard
Browse files

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

parent f730d13c
No related branches found
No related tags found
No related merge requests found
......@@ -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))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment