Commit ef16e9f8 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.

parent 559649c4
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment