shdocvw/tests: Fix test on Win7.

This commit is contained in:
Ge van Geldorp 2009-09-11 12:23:01 +02:00 committed by Alexandre Julliard
parent 87cf6b36e5
commit 5789e6634e
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
}else if(IsEqualGUID(&CGID_ShellDocView, pguidCmdGroup)) { }else if(IsEqualGUID(&CGID_ShellDocView, pguidCmdGroup)) {
switch(nCmdID) { switch(nCmdID) {
case 105: /* TODO */ case 105: /* TODO */
case 140: /* TODO (Win7) */
return E_FAIL; return E_FAIL;
default: default:
ok(0, "unexpected nCmdID %d\n", nCmdID); ok(0, "unexpected nCmdID %d\n", nCmdID);