Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d867a49a
Commit
d867a49a
authored
Feb 24, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Fix some test failures on Win8.
parent
88fc9164
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
ebrowser.c
dlls/shell32/tests/ebrowser.c
+8
-3
No files found.
dlls/shell32/tests/ebrowser.c
View file @
d867a49a
...
...
@@ -67,8 +67,10 @@ DEFINE_GUID(IID_UnknownInterface13, 0xa36a3ace, 0x8332, 0x45ce, 0xaa,0x29, 0x5
DEFINE_GUID
(
IID_UnknownInterface14
,
0x16770868
,
0x239c
,
0x445b
,
0xa0
,
0x1d
,
0xf2
,
0x6c
,
0x7f
,
0xbb
,
0xf2
,
0x6c
);
DEFINE_GUID
(
IID_UnknownInterface15
,
0x05a89298
,
0x6246
,
0x4c63
,
0xbb
,
0x0d
,
0x9b
,
0xda
,
0xf1
,
0x40
,
0xbf
,
0x3b
);
DEFINE_GUID
(
IID_UnknownInterface16
,
0x35094a87
,
0x8bb1
,
0x4237
,
0x96
,
0xc6
,
0xc4
,
0x17
,
0xee
,
0xbd
,
0xb0
,
0x78
);
DEFINE_GUID
(
IID_UnknownInterface17
,
0xa36a3ace
,
0x8332
,
0x45ce
,
0xaa
,
0x29
,
0x50
,
0x3c
,
0xb7
,
0x6b
,
0x25
,
0x87
);
DEFINE_GUID
(
IID_UnknownInterface18
,
0x3d5d8c60
,
0x21e4
,
0x4b03
,
0x83
,
0xb8
,
0xc7
,
0x3f
,
0x8c
,
0x94
,
0x00
,
0x78
);
DEFINE_GUID
(
IID_UnknownInterface17
,
0x3d5d8c60
,
0x21e4
,
0x4b03
,
0x83
,
0xb8
,
0xc7
,
0x3f
,
0x8c
,
0x94
,
0x00
,
0x78
);
DEFINE_GUID
(
IID_UnknownInterface18
,
0x1fc45c07
,
0x9e35
,
0x4276
,
0xad
,
0x7f
,
0x08
,
0x60
,
0x3a
,
0xa0
,
0xf6
,
0x0f
);
DEFINE_GUID
(
IID_UnknownInterface19
,
0xacd9b67a
,
0xceab
,
0x4c6c
,
0x90
,
0xa1
,
0xe8
,
0x57
,
0xc6
,
0x59
,
0xe3
,
0x9d
);
DEFINE_GUID
(
IID_UnknownInterface20
,
0xd0fe6f62
,
0xdea4
,
0x46c9
,
0x9d
,
0xae
,
0x36
,
0xcb
,
0x13
,
0x99
,
0x78
,
0xfa
);
static
HWND
hwnd
;
...
...
@@ -926,12 +928,15 @@ static void test_SetSite(void)
/* Win 8 */
{
&
IID_ICommDlgBrowser
,
&
IID_UnknownInterface11
,
0
,
NULL
},
{
&
IID_ICommDlgBrowser
,
&
IID_UnknownInterface12
,
0
,
NULL
},
{
&
IID_ICommDlgBrowser
,
&
IID_UnknownInterface20
,
0
,
NULL
},
{
&
IID_UnknownInterface13
,
&
IID_IUnknown
,
0
,
NULL
},
{
&
IID_UnknownInterface13
,
&
IID_UnknownInterface13
,
0
,
NULL
},
{
&
IID_UnknownInterface13
,
&
IID_UnknownInterface18
,
0
,
NULL
},
{
&
IID_UnknownInterface14
,
&
IID_UnknownInterface14
,
0
,
NULL
},
{
&
IID_UnknownInterface15
,
&
IID_UnknownInterface15
,
0
,
NULL
},
{
&
IID_UnknownInterface16
,
&
IID_UnknownInterface16
,
0
,
NULL
},
{
&
IID_UnknownInterface17
,
&
IID_UnknownInterface17
,
0
,
NULL
},
{
&
IID_UnknownInterface1
8
,
&
IID_UnknownInterface18
,
0
,
NULL
},
{
&
IID_UnknownInterface1
7
,
&
IID_UnknownInterface19
,
0
,
NULL
},
/* Other services requested in Vista, Windows 2008 but not in Windows 7 */
{
&
IID_IBrowserSettings_Vista
,
&
IID_IBrowserSettings_Vista
,
0
,
NULL
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment