mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +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) {
|
||||
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
Block a user