[PATCH 1/3] widl: Add support for vararg attribute.

Misha Koshelev mk144210 at bcm.edu
Wed Jun 6 15:50:24 CDT 2007


Tried to run SDK MSI OLE automation VBScript samples, noticed that usage information did not show
because WScript.Echo is a vararg method (variable number of arguments).

These patches (i) implement vararg in widl, (ii) add a conformance test for IDispatch::Invoke of vararg 
methods, and (iii) add support for vararg functions (cParamsOpt < 0) in ITypeInfo::Invoke.

---
 tools/widl/write_msft.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bc438de8aa068226eb5876ddd3f281a092a9d730.diff
Type: text/x-patch
Size: 2161 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070606/0a96922d/bc438de8aa068226eb5876ddd3f281a092a9d730.bin


More information about the wine-patches mailing list