Module: wine Branch: master Commit: 5a195bda98e19290d75e11e16b4ee5027c8f96a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a195bda98e19290d75e11e16b...
Author: Detlef Riekenberg wine.dev@web.de Date: Tue Apr 27 23:45:43 2010 +0200
dinput: Add the riid for an unsupported interface to a FIXME.
---
dlls/dinput/dinput_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dinput/dinput_main.c b/dlls/dinput/dinput_main.c index 513d2c0..06971db 100644 --- a/dlls/dinput/dinput_main.c +++ b/dlls/dinput/dinput_main.c @@ -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; }