ole32/tests: IDropTarget::QueryInterface() shouldn't be called.
This commit is contained in:
parent
f730d13c84
commit
456e48efa1
|
@ -39,7 +39,7 @@ static int droptarget_refs;
|
||||||
static HRESULT WINAPI DropTarget_QueryInterface(IDropTarget* iface, REFIID riid,
|
static HRESULT WINAPI DropTarget_QueryInterface(IDropTarget* iface, REFIID riid,
|
||||||
void** ppvObject)
|
void** ppvObject)
|
||||||
{
|
{
|
||||||
trace("DropTarget_QueryInterface\n");
|
todo_wine ok(0, "DropTarget_QueryInterface() shouldn't be called\n");
|
||||||
if (IsEqualIID(riid, &IID_IUnknown) ||
|
if (IsEqualIID(riid, &IID_IUnknown) ||
|
||||||
IsEqualIID(riid, &IID_IDropTarget))
|
IsEqualIID(riid, &IID_IDropTarget))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue