commit | 00ab883644380fa4249948b38b5a30c117aa8046 | [log] [tgz] |
---|---|---|
author | Bernhard Loos <bernhardloos@googlemail.com> | Tue Sep 06 09:51:25 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 06 15:42:28 2011 +0200 |
tree | ce387cc836f6387fb0ae23e98d106d541a3c7aa4 | |
parent | 8e15db40a8ba15f7e43196a9a683fc5cb3595e78 [diff] |
widl: Also create proxies/stubs for interfaces marked with oleautomation.
diff --git a/tools/widl/proxy.c b/tools/widl/proxy.c index 33ffbd3..820e263 100644 --- a/tools/widl/proxy.c +++ b/tools/widl/proxy.c
@@ -768,7 +768,6 @@ { 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; }