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
6f3e082c
Commit
6f3e082c
authored
Dec 16, 2018
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Dec 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Correct IBrowserService.IEGetDisplayName definition.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5b9eefd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
shdeprecated.idl
include/shdeprecated.idl
+7
-1
No files found.
include/shdeprecated.idl
View file @
6f3e082c
...
...
@@ -34,6 +34,12 @@ cpp_quote("#define TLMENUF_BACK 0x00000010")
cpp_quote
(
"#define TLMENUF_FORE 0x00000020"
)
cpp_quote
(
"#define TLMENUF_BACKANDFORTH (TLMENUF_BACK | TLMENUF_FORE | TLMENUF_INCLUDECURRENT)"
)
cpp_quote
(
"#ifndef INTERNET_MAX_URL_LENGTH"
)
cpp_quote
(
"#define INTERNET_MAX_PATH_LENGTH 2048"
)
cpp_quote
(
"#define INTERNET_MAX_SCHEME_LENGTH 32"
)
cpp_quote
(
"#define INTERNET_MAX_URL_LENGTH (INTERNET_MAX_SCHEME_LENGTH + sizeof(\"
:
//
\
")+ INTERNET_MAX_PATH_LENGTH)"
)
cpp_quote
(
"#endif"
)
[
hidden
,
local
,
...
...
@@ -214,7 +220,7 @@ interface IBrowserService : IUnknown
HRESULT
IEGetDisplayName
(
[
in
]
PCIDLIST_ABSOLUTE
pidl
,
[
out
]
LPWSTR
pwszName
,
[
out
,
size_is
(
INTERNET_MAX_URL_LENGTH
)
]
LPWSTR
pwszName
,
[
in
]
UINT
uFlags
)
;
HRESULT
IEParseDisplayName
(
...
...
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