Commit 0335459f authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

netprofm: Support IDispatch on the list manager object.

parent 981460e8
......@@ -374,6 +374,7 @@ static HRESULT WINAPI list_manager_QueryInterface(
TRACE( "%p, %s, %p\n", mgr, debugstr_guid(riid), obj );
if (IsEqualGUID( riid, &IID_INetworkListManager ) ||
IsEqualGUID( riid, &IID_IDispatch ) ||
IsEqualGUID( riid, &IID_IUnknown ))
{
*obj = iface;
......
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