d3drm: Add IDirect3DRMObject to be queried from IDirect3DRMDevice*.
This commit is contained in:
parent
c453cb7023
commit
d8329ecfa8
|
@ -997,6 +997,7 @@ static HRESULT WINAPI d3drm_device3_QueryInterface(IDirect3DRMDevice3 *iface, RE
|
|||
TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
|
||||
|
||||
if (IsEqualGUID(riid, &IID_IDirect3DRMDevice3)
|
||||
|| IsEqualGUID(riid, &IID_IDirect3DRMObject)
|
||||
|| IsEqualGUID(riid, &IID_IUnknown))
|
||||
{
|
||||
*out = &device->IDirect3DRMDevice3_iface;
|
||||
|
|
Loading…
Reference in New Issue