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
8621fbfd
Commit
8621fbfd
authored
Sep 19, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Sep 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon.idl: Added URLACTION_FEATURE* defines.
parent
ca533fca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
urlmon.idl
include/urlmon.idl
+12
-0
No files found.
include/urlmon.idl
View file @
8621fbfd
...
@@ -1262,6 +1262,18 @@ cpp_quote("#define URLPOLICY_CHANNEL_SOFTDIST_PRECACHE 0x00020000")
...
@@ -1262,6 +1262,18 @@ cpp_quote("#define URLPOLICY_CHANNEL_SOFTDIST_PRECACHE 0x00020000")
cpp_quote
(
"#define URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL 0x00030000"
)
cpp_quote
(
"#define URLPOLICY_CHANNEL_SOFTDIST_AUTOINSTALL 0x00030000"
)
cpp_quote
(
"#define URLACTION_CHANNEL_SOFTDIST_MAX 0x00001eff"
)
cpp_quote
(
"#define URLACTION_CHANNEL_SOFTDIST_MAX 0x00001eff"
)
cpp_quote
(
"#define URLACTION_BEHAVIOR_MIN 0x00002000"
)
cpp_quote
(
"#define URLACTION_BEHAVIOR_RUN 0x00002000"
)
cpp_quote
(
"#define URLPOLICY_BEHAVIOR_CHECK_LIST 0x00010000"
)
cpp_quote
(
"#define URLACTION_FEATURE_MIN 0x00002100"
)
cpp_quote
(
"#define URLACTION_FEATURE_MIME_SNIFFING 0x00002100"
)
cpp_quote
(
"#define URLACTION_FEATURE_ZONE_ELEVATION 0x00002101"
)
cpp_quote
(
"#define URLACTION_FEATURE_WINDOW_RESTRICTIONS 0x00002102"
)
cpp_quote
(
"#define URLACTION_FEATURE_SCRIPT_STATUS_BAR 0x00002103"
)
cpp_quote
(
"#define URLACTION_FEATURE_FORCE_ADDR_AND_STATUS 0x00002104"
)
cpp_quote
(
"#define URLACTION_FEATURE_BLOCK_INPUT_PROMPTS 0x00002105"
)
cpp_quote
(
"#define URLPOLICY_ALLOW 0x00"
)
cpp_quote
(
"#define URLPOLICY_ALLOW 0x00"
)
cpp_quote
(
"#define URLPOLICY_QUERY 0x01"
)
cpp_quote
(
"#define URLPOLICY_QUERY 0x01"
)
cpp_quote
(
"#define URLPOLICY_DISALLOW 0x03"
)
cpp_quote
(
"#define URLPOLICY_DISALLOW 0x03"
)
...
...
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