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
e5b2a222
Commit
e5b2a222
authored
Jan 14, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Remove some leftovers from the old COM days.
parent
970e211a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
binding.c
dlls/urlmon/binding.c
+0
-4
bindprot.c
dlls/urlmon/bindprot.c
+0
-2
No files found.
dlls/urlmon/binding.c
View file @
e5b2a222
...
...
@@ -104,8 +104,6 @@ typedef struct {
CRITICAL_SECTION
section
;
}
Binding
;
#define HTTPNEG2(x) ((IHttpNegotiate2*) &(x)->lpHttpNegotiate2Vtbl)
static
void
fill_stgmed_buffer
(
stgmed_buf_t
*
buf
)
{
DWORD
read
=
0
;
...
...
@@ -1270,8 +1268,6 @@ static HRESULT WINAPI InternetBindInfo_GetBindString(IInternetBindInfo *iface,
return
E_NOTIMPL
;
}
#undef BINDF_THIS
static
const
IInternetBindInfoVtbl
InternetBindInfoVtbl
=
{
InternetBindInfo_QueryInterface
,
InternetBindInfo_AddRef
,
...
...
dlls/urlmon/bindprot.c
View file @
e5b2a222
...
...
@@ -820,8 +820,6 @@ static HRESULT WINAPI BindInfo_GetBindString(IInternetBindInfo *iface,
return
IInternetBindInfo_GetBindString
(
This
->
bind_info
,
ulStringType
,
ppwzStr
,
cEl
,
pcElFetched
);
}
#undef BINDFO_THIS
static
const
IInternetBindInfoVtbl
InternetBindInfoVtbl
=
{
BindInfo_QueryInterface
,
BindInfo_AddRef
,
...
...
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