dinput: Add the riid for an unsupported interface to a FIXME.
This commit is contained in:
parent
5eef3594ad
commit
5a195bda98
|
@ -393,7 +393,7 @@ static HRESULT WINAPI IDirectInputAImpl_QueryInterface(LPDIRECTINPUT7A iface, RE
|
||||||
return DI_OK;
|
return DI_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
FIXME( "Unsupported interface !\n" );
|
FIXME( "Unsupported interface: %s\n", debugstr_guid(riid));
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue