mshtml: Remove some leftover *_THIS undefs.

Michael Stefaniuc mstefani at redhat.de
Thu Jan 6 09:18:25 CST 2011


---
 dlls/mshtml/mutation.c |    2 --
 dlls/mshtml/olecmd.c   |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/mshtml/mutation.c b/dlls/mshtml/mutation.c
index 3c88744..fbbb398 100644
--- a/dlls/mshtml/mutation.c
+++ b/dlls/mshtml/mutation.c
@@ -659,8 +659,6 @@ static void NSAPI nsDocumentObserver_DoneAddingChildren(nsIDocumentObserver *ifa
     }
 }
 
-#undef NSMUTATIONOBS_THIS
-
 static const nsIDocumentObserverVtbl nsDocumentObserverVtbl = {
     nsDocumentObserver_QueryInterface,
     nsDocumentObserver_AddRef,
diff --git a/dlls/mshtml/olecmd.c b/dlls/mshtml/olecmd.c
index d4f1863..97d2c4f 100644
--- a/dlls/mshtml/olecmd.c
+++ b/dlls/mshtml/olecmd.c
@@ -888,8 +888,6 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
     return OLECMDERR_E_UNKNOWNGROUP;
 }
 
-#undef CMDTARGET_THIS
-
 static const IOleCommandTargetVtbl OleCommandTargetVtbl = {
     OleCommandTarget_QueryInterface,
     OleCommandTarget_AddRef,
-- 
1.7.3.4



More information about the wine-patches mailing list