wscript.exe: Added missing vararg attribute.
This commit is contained in:
parent
93985e70a8
commit
4dc9711ffa
|
@ -153,7 +153,7 @@ library IHost
|
||||||
[in, optional, defaultvalue("")] BSTR Prefix,
|
[in, optional, defaultvalue("")] BSTR Prefix,
|
||||||
[out, retval] IDispatch **out_Dispatch);
|
[out, retval] IDispatch **out_Dispatch);
|
||||||
|
|
||||||
[id(IHOST_ECHO_DISPID)]
|
[id(IHOST_ECHO_DISPID), vararg]
|
||||||
HRESULT Echo([in] SAFEARRAY(VARIANT) pArgs);
|
HRESULT Echo([in] SAFEARRAY(VARIANT) pArgs);
|
||||||
|
|
||||||
[id(IHOST_GETOBJECT_DISPID)]
|
[id(IHOST_GETOBJECT_DISPID)]
|
||||||
|
|
Loading…
Reference in New Issue