shdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.
This commit is contained in:
parent
559649c443
commit
ef16e9f82b
|
@ -186,6 +186,8 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
|
|||
switch(nCmdID) {
|
||||
case 24:
|
||||
return E_FAIL; /* TODO */
|
||||
case 66:
|
||||
return E_FAIL; /* TODO */
|
||||
default:
|
||||
ok(0, "unexpected nCmdID %d\n", nCmdID);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue