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
32f56af2
Commit
32f56af2
authored
Oct 27, 2013
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 28, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3/tests: Fix test failures on newer systems.
parent
3ad70f9e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
httpreq.c
dlls/msxml3/tests/httpreq.c
+5
-10
No files found.
dlls/msxml3/tests/httpreq.c
View file @
32f56af2
...
@@ -1150,16 +1150,11 @@ static HRESULT WINAPI sp_QueryService(IServiceProvider *iface, REFGUID service,
...
@@ -1150,16 +1150,11 @@ static HRESULT WINAPI sp_QueryService(IServiceProvider *iface, REFGUID service,
{
{
/* FIXME: unidentified service id */
/* FIXME: unidentified service id */
}
}
else
if
(
IsEqualGUID
(
service
,
&
IID_IInternetProtocol
)
&&
else
if
((
IsEqualGUID
(
service
,
&
IID_IInternetProtocol
)
&&
IsEqualGUID
(
riid
,
&
IID_IInternetProtocol
))
||
IsEqualGUID
(
riid
,
&
IID_IInternetProtocol
))
(
IsEqualGUID
(
service
,
&
IID_IHttpNegotiate2
)
&&
IsEqualGUID
(
riid
,
&
IID_IHttpNegotiate2
))
||
{
(
IsEqualGUID
(
service
,
&
IID_IGetBindHandle
)
&&
IsEqualGUID
(
riid
,
&
IID_IGetBindHandle
))
||
}
(
IsEqualGUID
(
service
,
&
IID_IBindStatusCallback
)
&&
IsEqualGUID
(
riid
,
&
IID_IBindStatusCallback
))
||
else
if
(
IsEqualGUID
(
service
,
&
IID_IHttpNegotiate2
)
&&
(
IsEqualGUID
(
service
,
&
IID_IWindowForBindingUI
)
&&
IsEqualGUID
(
riid
,
&
IID_IWindowForBindingUI
)))
IsEqualGUID
(
riid
,
&
IID_IHttpNegotiate2
))
{
}
else
if
(
IsEqualGUID
(
service
,
&
IID_IGetBindHandle
)
&&
IsEqualGUID
(
riid
,
&
IID_IGetBindHandle
))
{
{
}
}
else
else
...
...
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