Michael Stefaniuc : mshtml: Remove some leftover *_THIS undefs.

Alexandre Julliard julliard at winehq.org
Thu Jan 6 12:33:55 CST 2011


Module: wine
Branch: master
Commit: d214a96d5812d34bf4fca674e5af61a77129e3b6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d214a96d5812d34bf4fca674e5af61a77129e3b6

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jan  6 16:18:25 2011 +0100

mshtml: Remove some leftover *_THIS undefs.

---

 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,




More information about the wine-cvs mailing list