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
1b5a1261
Commit
1b5a1261
authored
Jul 02, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon.idl: Added missing Uri_CREATE_* flags.
parent
e656914f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
urlmon.idl
include/urlmon.idl
+2
-0
No files found.
include/urlmon.idl
View file @
1b5a1261
...
...
@@ -1848,6 +1848,8 @@ cpp_quote("#define Uri_CREATE_NO_PRE_PROCESS_HTML_URI 0x1000")
cpp_quote
(
"#define Uri_CREATE_IE_SETTINGS 0x2000"
)
cpp_quote
(
"#define Uri_CREATE_NO_IE_SETTINGS 0x4000"
)
cpp_quote
(
"#define Uri_CREATE_NO_ENCODE_FORBIDDEN_CHARACTERS 0x8000"
)
cpp_quote
(
"#define Uri_CREATE_NORMALIZE_INTL_CHARACTERS 0x00010000"
)
cpp_quote
(
"#define Uri_CREATE_CANONICALIZE_ABSOLUTE 0x00020000"
)
cpp_quote
(
"#define Uri_DISPLAY_NO_FRAGMENT 0x00000001"
)
cpp_quote
(
"#define Uri_PUNYCODE_IDN_HOST 0x00000002"
)
...
...
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