Put IID_IDirectInputDevice2A back in

IDirectInputDevice2AImpl_QueryInterface.
This commit is contained in:
Paul Bain 2003-06-13 16:32:16 +00:00 committed by Alexandre Julliard
parent 8944b25ead
commit 6936db1103
1 changed files with 5 additions and 0 deletions

View File

@ -341,6 +341,11 @@ HRESULT WINAPI IDirectInputDevice2AImpl_QueryInterface(
*ppobj = This;
return 0;
}
if (IsEqualGUID(&IID_IDirectInputDevice2A,riid)) {
IDirectInputDevice2_AddRef(iface);
*ppobj = This;
return 0;
}
if (IsEqualGUID(&IID_IDirectInputDevice7A,riid)) {
IDirectInputDevice7_AddRef(iface);
*ppobj = This;