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

This commit is contained in:
Adam Martinson 2011-05-20 10:06:40 -05:00 committed by Alexandre Julliard
parent f730d13c84
commit 456e48efa1
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{