Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1b04cf1e
Commit
1b04cf1e
authored
Feb 05, 2017
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Remove 'stub' from implemented functions trace message.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e08ed6ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
internet.c
dlls/urlmon/internet.c
+1
-1
uri.c
dlls/urlmon/uri.c
+1
-1
No files found.
dlls/urlmon/internet.c
View file @
1b04cf1e
...
...
@@ -488,7 +488,7 @@ HRESULT WINAPI CoInternetQueryInfo(LPCWSTR pwzUrl, QUERYOPTION QueryOption,
IInternetProtocolInfo
*
protocol_info
;
HRESULT
hres
;
TRACE
(
"(%s, %x, %x, %p, %x, %p, %x)
: stub
\n
"
,
debugstr_w
(
pwzUrl
),
TRACE
(
"(%s, %x, %x, %p, %x, %p, %x)
\n
"
,
debugstr_w
(
pwzUrl
),
QueryOption
,
dwQueryFlags
,
pvBuffer
,
cbBuffer
,
pcbBuffer
,
dwReserved
);
protocol_info
=
get_protocol_info
(
pwzUrl
);
...
...
dlls/urlmon/uri.c
View file @
1b04cf1e
...
...
@@ -6768,7 +6768,7 @@ HRESULT WINAPI CoInternetCombineUrlEx(IUri *pBaseUri, LPCWSTR pwzRelativeUrl, DW
HRESULT
hr
;
IInternetProtocolInfo
*
info
;
TRACE
(
"(%p %s %x %p %x)
stub
\n
"
,
pBaseUri
,
debugstr_w
(
pwzRelativeUrl
),
dwCombineFlags
,
TRACE
(
"(%p %s %x %p %x)
\n
"
,
pBaseUri
,
debugstr_w
(
pwzRelativeUrl
),
dwCombineFlags
,
ppCombinedUri
,
(
DWORD
)
dwReserved
);
if
(
!
ppCombinedUri
)
...
...
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