mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 22:35:56 +00:00
devenum: Don't use DEVENUM_IPropertyBag_AddRef method directly.
This commit is contained in:
parent
25aa60b33c
commit
91203006e1
@ -30,8 +30,6 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(devenum);
|
||||
|
||||
static ULONG WINAPI DEVENUM_IPropertyBag_AddRef(LPPROPERTYBAG iface);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
IEnumMoniker IEnumMoniker_iface;
|
||||
@ -68,7 +66,7 @@ static HRESULT WINAPI DEVENUM_IPropertyBag_QueryInterface(
|
||||
IsEqualGUID(riid, &IID_IPropertyBag))
|
||||
{
|
||||
*ppvObj = iface;
|
||||
DEVENUM_IPropertyBag_AddRef(iface);
|
||||
IPropertyBag_AddRef(iface);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user