mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ieframe/tests: Fixed tests on win10.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f986d3a72f
commit
bf8103b4e9
1 changed files with 4 additions and 0 deletions
|
@ -452,11 +452,14 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
|
|||
}
|
||||
}else if(IsEqualGUID(&CGID_ShellDocView, pguidCmdGroup)) {
|
||||
switch(nCmdID) {
|
||||
case 63: /* win10 */
|
||||
case 105: /* TODO */
|
||||
case 132: /* win10 */
|
||||
case 133: /* IE11 */
|
||||
case 134: /* TODO (IE10) */
|
||||
case 135: /* IE11 */
|
||||
case 136: /* TODO (IE10) */
|
||||
case 137: /* win10 */
|
||||
case 138: /* TODO */
|
||||
case 140: /* TODO (Win7) */
|
||||
case 144: /* TODO */
|
||||
|
@ -464,6 +467,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
|
|||
case 179: /* IE11 */
|
||||
case 180: /* IE11 */
|
||||
case 181: /* IE11 */
|
||||
case 182: /* win10 */
|
||||
return E_FAIL;
|
||||
default:
|
||||
ok(0, "unexpected nCmdID %d\n", nCmdID);
|
||||
|
|
Loading…
Reference in a new issue