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

This commit is contained in:
Bernhard Loos 2011-09-06 09:51:25 +02:00 committed by Alexandre Julliard
parent 8e15db40a8
commit 00ab883644
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}