[PATCH] dinput: Add the riid for an unsupported interface to a FIXME

Detlef Riekenberg wine.dev at web.de
Tue Apr 27 16:45:43 CDT 2010


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




More information about the wine-patches mailing list