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
1412b471
Commit
1412b471
authored
Dec 31, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Dec 31, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Remove some stray #undef.
parent
0b66169a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
htmlframe.c
dlls/mshtml/htmlframe.c
+0
-2
htmlobject.c
dlls/mshtml/htmlobject.c
+0
-2
ipwindow.c
dlls/mshtml/ipwindow.c
+0
-2
No files found.
dlls/mshtml/htmlframe.c
View file @
1412b471
...
...
@@ -266,8 +266,6 @@ static HRESULT HTMLFrameElement_bind_to_tree(HTMLDOMNode *iface)
return
hres
;
}
#undef impl_from_HTMLDOMNode
static
const
NodeImplVtbl
HTMLFrameElementImplVtbl
=
{
HTMLFrameElement_QI
,
HTMLFrameElement_destructor
,
...
...
dlls/mshtml/htmlobject.c
View file @
1412b471
...
...
@@ -466,8 +466,6 @@ static HRESULT HTMLObjectElement_invoke(HTMLDOMNode *iface, DISPID id, LCID lcid
return
invoke_plugin_prop
(
&
This
->
plugin_container
,
id
,
lcid
,
flags
,
params
,
res
,
ei
);
}
#undef impl_from_HTMLDOMNode
static
const
NodeImplVtbl
HTMLObjectElementImplVtbl
=
{
HTMLObjectElement_QI
,
HTMLObjectElement_destructor
,
...
...
dlls/mshtml/ipwindow.c
View file @
1412b471
...
...
@@ -188,8 +188,6 @@ static HRESULT WINAPI InPlaceFrame_TranslateAccelerator(IOleInPlaceFrame *iface,
return
E_NOTIMPL
;
}
#undef impl_from_IOleInPlaceFrame
static
const
IOleInPlaceFrameVtbl
OleInPlaceFrameVtbl
=
{
InPlaceFrame_QueryInterface
,
InPlaceFrame_AddRef
,
...
...
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