Commit 4dc9711f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wscript.exe: Added missing vararg attribute.

parent 93985e70
...@@ -153,7 +153,7 @@ library IHost ...@@ -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)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment