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
6b90fc23
Commit
6b90fc23
authored
Dec 27, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Dec 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
parent
2e24de63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
htmlwindow.c
dlls/mshtml/htmlwindow.c
+0
-0
mshtml_private.h
dlls/mshtml/mshtml_private.h
+3
-5
No files found.
dlls/mshtml/htmlwindow.c
View file @
6b90fc23
This diff is collapsed.
Click to expand it.
dlls/mshtml/mshtml_private.h
View file @
6b90fc23
...
...
@@ -261,9 +261,9 @@ typedef struct nsChannelBSC nsChannelBSC;
struct
HTMLWindow
{
DispatchEx
dispex
;
IHTMLWindow2
IHTMLWindow2_iface
;
const
IHTMLWindow3Vtbl
*
lpHTMLWindow3Vtbl
;
const
IHTMLWindow4Vtbl
*
lpHTMLWindow4Vtbl
;
const
IHTMLPrivateWindowVtbl
*
lpIHTMLPrivateWindowVtbl
;
IHTMLWindow3
IHTMLWindow3_iface
;
IHTMLWindow4
IHTMLWindow4_iface
;
IHTMLPrivateWindow
IHTMLPrivateWindow_iface
;
const
IDispatchExVtbl
*
lpIDispatchExVtbl
;
IServiceProvider
IServiceProvider_iface
;
...
...
@@ -622,8 +622,6 @@ struct HTMLDocumentNode {
struct
list
plugin_hosts
;
};
#define HTMLWINDOW3(x) ((IHTMLWindow3*) &(x)->lpHTMLWindow3Vtbl)
#define HTMLWINDOW4(x) ((IHTMLWindow4*) &(x)->lpHTMLWindow4Vtbl)
#define CONPTCONT(x) ((IConnectionPointContainer*) &(x)->lpConnectionPointContainerVtbl)
#define CUSTOMDOC(x) ((ICustomDoc*) &(x)->lpCustomDocVtbl)
...
...
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