ieframe: Fixed tests on updated IE11.

This commit is contained in:
Jacek Caban 2014-10-06 15:26:39 +02:00 committed by Alexandre Julliard
parent f85a94f577
commit 66cbef438b
1 changed files with 2 additions and 0 deletions

View File

@ -456,6 +456,8 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
case 144: /* TODO */
case 178: /* IE11 */
case 179: /* IE11 */
case 180: /* IE11 */
case 181: /* IE11 */
return E_FAIL;
default:
ok(0, "unexpected nCmdID %d\n", nCmdID);