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
2e05a814
Commit
2e05a814
authored
Jun 01, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Get rid of debug leftovers.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f6b8ce10
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
protocol.c
dlls/urlmon/tests/protocol.c
+0
-15
No files found.
dlls/urlmon/tests/protocol.c
View file @
2e05a814
...
...
@@ -1332,21 +1332,6 @@ static HRESULT WINAPI BindInfo_GetBindInfo(IInternetBindInfo *iface, DWORD *grfB
memcpy
(
data
,
post_data
,
sizeof
(
post_data
));
U
(
pbindinfo
->
stgmedData
).
hGlobal
=
data
;
}
else
{
IStream
*
post_stream
;
HGLOBAL
data
;
HRESULT
hres
;
if
(
0
)
{
/* Must be GMEM_FIXED, GMEM_MOVABLE does not work properly */
data
=
GlobalAlloc
(
GPTR
,
sizeof
(
post_data
));
memcpy
(
data
,
post_data
,
sizeof
(
post_data
));
U
(
pbindinfo
->
stgmedData
).
hGlobal
=
data
;
hres
=
CreateStreamOnHGlobal
(
data
,
FALSE
,
&
post_stream
);
ok
(
hres
==
S_OK
,
"CreateStreamOnHGlobal failed: %08x
\n
"
,
hres
);
U
(
pbindinfo
->
stgmedData
).
pstm
=
post_stream
;
/* &Stream; */
}
U
(
pbindinfo
->
stgmedData
).
pstm
=
&
Stream
;
}
}
...
...
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