mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
msscript.ocx: Add missing 'vararg' attribute to the Run() methods.
This commit is contained in:
parent
e6ca322fb1
commit
b6520ef6e7
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ library MSScriptControl
|
|||
[id(0x07d2)]
|
||||
HRESULT ExecuteStatement([in] BSTR Statement);
|
||||
|
||||
[id(0x07d3)]
|
||||
[id(0x07d3), vararg]
|
||||
HRESULT Run(
|
||||
[in] BSTR ProcedureName,
|
||||
[in] SAFEARRAY(VARIANT) *Parameters,
|
||||
|
@ -234,7 +234,7 @@ library MSScriptControl
|
|||
[id(0x07d2)]
|
||||
HRESULT ExecuteStatement([in] BSTR Statement);
|
||||
|
||||
[id(0x07d3)]
|
||||
[id(0x07d3), vararg]
|
||||
HRESULT Run(
|
||||
[in] BSTR ProcedureName,
|
||||
[in] SAFEARRAY(VARIANT) *Parameters,
|
||||
|
|
Loading…
Reference in a new issue