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

Alexandre Julliard julliard at winehq.org
Tue Sep 6 11:35:53 CDT 2011


Module: wine
Branch: master
Commit: 00ab883644380fa4249948b38b5a30c117aa8046
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=00ab883644380fa4249948b38b5a30c117aa8046

Author: Bernhard Loos <bernhardloos at 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;
 }




More information about the wine-cvs mailing list