From 1412b471d04bbf8660593c52e4e6a9d1d5f938a8 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Fri, 31 Dec 2010 11:09:55 +0100 Subject: [PATCH] mshtml: Remove some stray #undef. --- dlls/mshtml/htmlframe.c | 2 -- dlls/mshtml/htmlobject.c | 2 -- dlls/mshtml/ipwindow.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/dlls/mshtml/htmlframe.c b/dlls/mshtml/htmlframe.c index 5877efb257..5d34bd4654 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 3c28352c6c..dce6c8c53f 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 eb81b8eee6..bce01ebe99 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,