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
413f60bf
Commit
413f60bf
authored
Oct 26, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon.idl: Moved CopyBindInfo declaration to public header.
parent
f15e3618
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
urlmon_main.h
dlls/urlmon/urlmon_main.h
+0
-2
urlmon.idl
include/urlmon.idl
+1
-0
No files found.
dlls/urlmon/urlmon_main.h
View file @
413f60bf
...
...
@@ -79,8 +79,6 @@ HRESULT bind_to_object(IMoniker*,IUri*,IBindCtx*,REFIID,void**ppv) DECLSPEC_HIDD
HRESULT
create_default_callback
(
IBindStatusCallback
**
)
DECLSPEC_HIDDEN
;
HRESULT
wrap_callback
(
IBindStatusCallback
*
,
IBindStatusCallback
**
)
DECLSPEC_HIDDEN
;
HRESULT
WINAPI
CopyBindInfo
(
const
BINDINFO
*
pcbiSrc
,
BINDINFO
*
pcbiDest
)
DECLSPEC_HIDDEN
;
typedef
struct
ProtocolVtbl
ProtocolVtbl
;
typedef
struct
{
...
...
include/urlmon.idl
View file @
413f60bf
...
...
@@ -2080,6 +2080,7 @@ cpp_quote("HRESULT WINAPI RegisterFormatEnumerator(LPBC,IEnumFORMATETC*,DWORD);"
cpp_quote
(
"HRESULT WINAPI RevokeFormatEnumerator(LPBC,IEnumFORMATETC*);"
)
cpp_quote
(
"HRESULT WINAPI RevokeBindStatusCallback(LPBC,IBindStatusCallback*);"
)
cpp_quote
(
"HRESULT WINAPI CopyStgMedium(const STGMEDIUM*,STGMEDIUM*);"
)
cpp_quote
(
"HRESULT WINAPI CopyBindInfo(const BINDINFO*,BINDINFO*);"
)
cpp_quote
(
"void WINAPI ReleaseBindInfo(BINDINFO*);"
)
cpp_quote
(
"HRESULT WINAPI UrlMkGetSessionOption(DWORD,LPVOID,DWORD,DWORD*,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI UrlMkSetSessionOption(DWORD,LPVOID,DWORD,DWORD);"
)
...
...
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