mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
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) {
|
switch(nCmdID) {
|
||||||
case 24:
|
case 24:
|
||||||
return E_FAIL; /* TODO */
|
return E_FAIL; /* TODO */
|
||||||
|
case 66:
|
||||||
|
return E_FAIL; /* TODO */
|
||||||
default:
|
default:
|
||||||
ok(0, "unexpected nCmdID %d\n", nCmdID);
|
ok(0, "unexpected nCmdID %d\n", nCmdID);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user