http://bugs.winehq.org/show_bug.cgi?id=16261
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2008-11-29 22:01:35 --- The application seems to work in 1.1.9. Regression testing showed the bad commit to be:
cb7a0da5db7588d63b505d3c9ea94306df7a20bc is first bad commit commit cb7a0da5db7588d63b505d3c9ea94306df7a20bc Author: Alexandre Julliard julliard@winehq.org Date: Fri Nov 28 12:55:59 2008 +0100
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.
:040000 040000 95536f6f659df3fc673ade7932c1ffeebf81294b 6f3dfefd6f55d9f2d08084c5e871d3780c380bdd M dlls :040000 040000 43f9de79b9bc77b681d7252020d0523333aa3276 cff6c5e56b3367b818d56bfbe567aac53e478bd9 M tools
Reverting the commit in today's Git fixes the problem.