sapiaut.idl: Fix a typo.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a9bf1ad81e
commit
acd0eb3672
|
@ -1784,7 +1784,7 @@ interface ISpeechRecoGrammar : IDispatch
|
|||
HRESULT CmdLoadFromObject([in]const BSTR classid, [in] const BSTR grammarname, [in, defaultvalue(SLOStatic)] SpeechLoadOption option);
|
||||
|
||||
[id(DISPID_SRGCmdLoadFromResource)]
|
||||
HRESULT CmdLoadFromResource([in]long mod, [in] VARIANT name, [in] VARIANT yype, [in] SpeechLanguageId language,
|
||||
HRESULT CmdLoadFromResource([in]long mod, [in] VARIANT name, [in] VARIANT type, [in] SpeechLanguageId language,
|
||||
[in, defaultvalue(SLOStatic)] SpeechLoadOption option);
|
||||
|
||||
[id(DISPID_SRGCmdLoadFromMemory)]
|
||||
|
|
Loading…
Reference in New Issue