mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Put IID_IDirectInputDevice2A back in
IDirectInputDevice2AImpl_QueryInterface.
This commit is contained in:
parent
8944b25ead
commit
6936db1103
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user