Commit edb9fad0 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3drm: Use proper macro for AddRef.

parent 2e48bdd1
......@@ -68,7 +68,7 @@ static HRESULT WINAPI IDirect3DRMImpl_QueryInterface(IDirect3DRM* iface, REFIID
if (IsEqualGUID(riid, &IID_IUnknown) ||
IsEqualGUID(riid, &IID_IDirect3DRM))
{
IClassFactory_AddRef(iface);
IUnknown_AddRef(iface);
*ppvObject = This;
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment