widl: Fix the handling of proxy delegation.
authorAlexandre Julliard <julliard@winehq.org>
Fri, 28 Nov 2008 11:55:59 +0000 (12:55 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 Nov 2008 11:55:59 +0000 (12:55 +0100)
commitcb7a0da5db7588d63b505d3c9ea94306df7a20bc
tree638e738e324fc32b13906bef113a69be10758979
parent1e2bfd28041feab2e5b4875941a2c0ec35e5ace8
widl: Fix the handling of proxy delegation.

Generate a BaseIIDList for delegated interface, and point directly to
the methods that have been defined in the same file instead of
delegating them.
dlls/oleaut32/usrmarshal.c
tools/widl/proxy.c
tools/widl/widl.c