[PATCH 4/5] mshtml: Remove some stray #undef.

Michael Stefaniuc mstefani at redhat.de
Fri Dec 31 04:09:55 CST 2010


---
 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,
-- 
1.7.3.4



More information about the wine-patches mailing list