mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
mshtml: Remove some stray #undef.
This commit is contained in:
parent
0b66169a05
commit
1412b471d0
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user