Module: wine Branch: master Commit: 36e58035c2296dd73b852a7f908076515cd07e7c URL: https://source.winehq.org/git/wine.git/?a=commit;h=36e58035c2296dd73b852a7f9...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Mar 1 17:43:40 2019 +0100
jscript/tests: Allow GetTypeInfo calls.
Those are called by some versions of jscript.dll.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/jscript/tests/run.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c index 77cd74e..aadb317 100644 --- a/dlls/jscript/tests/run.c +++ b/dlls/jscript/tests/run.c @@ -252,7 +252,6 @@ static HRESULT WINAPI DispatchEx_GetTypeInfoCount(IDispatchEx *iface, UINT *pcti static HRESULT WINAPI DispatchEx_GetTypeInfo(IDispatchEx *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) { - ok(0, "unexpected call\n"); return E_NOTIMPL; }