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
29763fd6
Commit
29763fd6
authored
Jul 16, 2006
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon.idl: Added some missing declarations.
parent
17e193e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
urlmon.idl
include/urlmon.idl
+10
-0
No files found.
include/urlmon.idl
View file @
29763fd6
...
...
@@ -116,6 +116,13 @@ interface IBindStatusCallback : IUnknown
BINDF_ENFORCERESTRICTED
=
0
x00800000
}
BINDF
;
typedef
enum
{
URL_ENCODING_NONE
=
0
x00000000
,
URL_ENCODING_ENABLE_UTF8
=
0
x10000000
,
URL_ENCODING_DISABLE_UTF8
=
0
x20000000
}
URL_ENCODING
;
typedef
struct
_tagBINDINFO
{
ULONG
cbSize
;
...
...
@@ -1201,6 +1208,9 @@ cpp_quote("DEFINE_GUID(CLSID_HttpProtocol, 0x79EAC9E2, 0xBAF9, 0x11CE, 0x8C,0x82
cpp_quote
(
"DEFINE_GUID(CLSID_HttpSProtocol, 0x79EAC9E5, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_MkProtocol, 0x79EAC9E6, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"#define URLMON_OPTION_USERAGENT 0x10000001"
)
cpp_quote
(
"#define URLMON_OPTION_USERAGENT_REFRESH 0x10000002"
)
cpp_quote
(
"#define URLMON_OPTION_URL_ENCODING 0x10000004"
)
cpp_quote
(
"#define MK_S_ASYNCHRONOUS 0x000401E8"
)
cpp_quote
(
"#ifndef S_ASYNCHRONOUS"
)
...
...
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