Commit 5789e663 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

shdocvw/tests: Fix test on Win7.

parent 87cf6b36
......@@ -285,6 +285,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
}else if(IsEqualGUID(&CGID_ShellDocView, pguidCmdGroup)) {
switch(nCmdID) {
case 105: /* TODO */
case 140: /* TODO (Win7) */
return E_FAIL;
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