Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
648c0209
Commit
648c0209
authored
Apr 06, 2015
by
Thomas Faber
Committed by
Alexandre Julliard
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix MIDL build in mshtml.idl.
parent
c1c108f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
mshtml.idl
include/mshtml.idl
+9
-7
No files found.
include/mshtml.idl
View file @
648c0209
...
...
@@ -26,6 +26,11 @@ import "dimm.idl";
import
"shtypes.idl"
;
import
"dispex.idl"
;
#
ifndef
__WIDL__
#
define
progid
(
str
)
#
define
vi_progid
(
str
)
#
endif
cpp_quote
(
"#include <olectl.h>"
)
cpp_quote
(
"DEFINE_GUID(SID_SEditCommandTarget, 0x3050f4b5,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);"
)
...
...
@@ -6943,7 +6948,7 @@ interface IHTMLLinkElement : IDispatch
[
propput
,
id
(
DISPID_IHTMLLINKELEMENT_MEDIA
),
displaybind
,
bindable
]
HRESULT
media
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLLINKELEMENT_MEDIA
),
displaybind
,
bindable
]
\
[
propget
,
id
(
DISPID_IHTMLLINKELEMENT_MEDIA
),
displaybind
,
bindable
]
HRESULT
media
(
[
out
,
retval
]
BSTR
*
p
)
;
}
...
...
@@ -7922,7 +7927,7 @@ methods:
[
noncreatable
,
uuid
(
3050
F2
4D
-
98B5
-
11
CF
-
BB82
-
00
AA00BDCE0B
)
uuid
(
3050
F2
51
-
98B5
-
11
CF
-
BB82
-
00
AA00BDCE0B
)
]
coclass
HTMLFormElement
{
...
...
@@ -10463,9 +10468,6 @@ properties:
methods
:
WINE_HTMLDATAELEMENT_DISPINTERFACE_DECL
;
[
propget
,
id
(
DISPID_IHTMLDOMCONSTRUCTOR_CONSTRUCTOR
),
hidden
]
IDispatch
*
constructor
()
;
[
propget
,
id
(
DISPID_IHTMLBUTTONELEMENT_TYPE
)
]
BSTR
type
()
;
...
...
@@ -14313,13 +14315,13 @@ interface IHTMLDocument6 : IDispatch
HRESULT
onstorage
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLDOCUMENT6_ONSTORAGE
),
displaybind
,
bindable
]
HRESULT
onstorage
(
[
out
]
VARIANT
*
p
)
;
HRESULT
onstorage
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLDOCUMENT6_ONSTORAGECOMMIT
),
displaybind
,
bindable
]
HRESULT
onstoragecommit
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLDOCUMENT6_ONSTORAGECOMMIT
),
displaybind
,
bindable
]
HRESULT
onstoragecommit
(
[
out
]
VARIANT
*
p
)
;
HRESULT
onstoragecommit
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
id
(
DISPID_IHTMLDOCUMENT6_IE8_GETELEMENTBYID
)
]
HRESULT
getElementById
(
...
...
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