widl: Use type_iface_get_inherit() in check_async_uuid().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b4fe4ccc96
commit
c5ab9d01be
|
@ -2807,7 +2807,7 @@ static void check_async_uuid(type_t *iface)
|
|||
|
||||
if (!is_attr(iface->attrs, ATTR_ASYNCUUID)) return;
|
||||
|
||||
inherit = iface->details.iface->inherit;
|
||||
inherit = type_iface_get_inherit(iface);
|
||||
if (inherit && strcmp(inherit->name, "IUnknown"))
|
||||
inherit = type_iface_get_async_iface(inherit);
|
||||
if (!inherit)
|
||||
|
|
Loading…
Reference in New Issue