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

oldstable
Detlef Riekenberg 2010-04-27 23:45:43 +02:00 committed by Alexandre Julliard
parent 5eef3594ad
commit 5a195bda98
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}