mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 07:22:28 +00:00
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,
|
||||
[out, retval] IDispatch **out_Dispatch);
|
||||
|
||||
[id(IHOST_ECHO_DISPID)]
|
||||
[id(IHOST_ECHO_DISPID), vararg]
|
||||
HRESULT Echo([in] SAFEARRAY(VARIANT) pArgs);
|
||||
|
||||
[id(IHOST_GETOBJECT_DISPID)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user