Module: wine Branch: master Commit: 1412b471d04bbf8660593c52e4e6a9d1d5f938a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1412b471d04bbf8660593c52e4...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Dec 31 11:09:55 2010 +0100
mshtml: Remove some stray #undef.
---
dlls/mshtml/htmlframe.c | 2 -- dlls/mshtml/htmlobject.c | 2 -- dlls/mshtml/ipwindow.c | 2 -- 3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/mshtml/htmlframe.c b/dlls/mshtml/htmlframe.c index 5877efb..5d34bd4 100644 --- a/dlls/mshtml/htmlframe.c +++ b/dlls/mshtml/htmlframe.c @@ -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, diff --git a/dlls/mshtml/htmlobject.c b/dlls/mshtml/htmlobject.c index 3c28352..dce6c8c 100644 --- a/dlls/mshtml/htmlobject.c +++ b/dlls/mshtml/htmlobject.c @@ -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, diff --git a/dlls/mshtml/ipwindow.c b/dlls/mshtml/ipwindow.c index eb81b8e..bce01eb 100644 --- a/dlls/mshtml/ipwindow.c +++ b/dlls/mshtml/ipwindow.c @@ -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,