Module: wine Branch: master Commit: 00ab883644380fa4249948b38b5a30c117aa8046 URL: http://source.winehq.org/git/wine.git/?a=commit;h=00ab883644380fa4249948b38b...
Author: Bernhard Loos bernhardloos@googlemail.com Date: Tue Sep 6 09:51:25 2011 +0200
widl: Also create proxies/stubs for interfaces marked with oleautomation.
---
tools/widl/proxy.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
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 @@ 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; }