[1/8] widl: fix handling of [local] functions without [call_as] (try 3)

2009-01-10 Thread Michael Karcher
Output NULL pointers into proxy table and STUB_FORWARDING_FUNCTION into stub tables if a local function has no call_as function associated, just as MIDL does. try 2: Fix various mistakes (one of them found by Rob Shearman) try 3: Rebased to current git --- tools/widl/proxy.c | 51

Re: [1/8] widl: fix handling of [local] functions without [call_as] (try 3)

2009-01-10 Thread Rob Shearman
2009/1/10 Michael Karcher w...@mkarcher.dialup.fu-berlin.de: Output NULL pointers into proxy table and STUB_FORWARDING_FUNCTION into stub tables if a local function has no call_as function associated, just as MIDL does. Looks fine to me. -- Rob Shearman

Re: [1/8] widl: fix handling of [local] functions without [call_as] (try 3)

2009-01-10 Thread Reece Dunn
2009/1/10 Michael Karcher w...@mkarcher.dialup.fu-berlin.de: Output NULL pointers into proxy table and STUB_FORWARDING_FUNCTION into stub tables if a local function has no call_as function associated, just as MIDL does. Shouldn't these go to wine-patches? - Reece

Re: [1/8] widl: fix handling of [local] functions without [call_as] (try 3)

2009-01-10 Thread Michael Karcher
Am Samstag, den 10.01.2009, 22:21 + schrieb Reece Dunn: 2009/1/10 Michael Karcher w...@mkarcher.dialup.fu-berlin.de: Output NULL pointers into proxy table and STUB_FORWARDING_FUNCTION into stub tables if a local function has no call_as function associated, just as MIDL does. Shouldn't