[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    [PATCH 4/5] mshtml: Remove some stray #undef.
From:       Michael Stefaniuc <mstefani () redhat ! de>
Date:       2010-12-31 10:09:55
Message-ID: 20101231100955.GD22539 () redhat ! com
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic