Commit 00ab8836 authored by Bernhard Loos's avatar Bernhard Loos Committed by Alexandre Julliard

widl: Also create proxies/stubs for interfaces marked with oleautomation.

parent 8e15db40
......@@ -768,7 +768,6 @@ int need_proxy(const type_t *iface)
{
if (!is_object( iface )) return 0;
if (is_local( iface->attrs )) return 0;
if (is_attr( iface->attrs, ATTR_OLEAUTOMATION )) return 0;
if (is_attr( iface->attrs, ATTR_DISPINTERFACE )) return 0;
return 1;
}
......
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