Commit 5a195bda authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

dinput: Add the riid for an unsupported interface to a FIXME.

parent 5eef3594
......@@ -393,7 +393,7 @@ static HRESULT WINAPI IDirectInputAImpl_QueryInterface(LPDIRECTINPUT7A iface, RE
return DI_OK;
}
FIXME( "Unsupported interface !\n" );
FIXME( "Unsupported interface: %s\n", debugstr_guid(riid));
return E_FAIL;
}
......
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