mshtml: Remove some leftover *_THIS undefs.

This commit is contained in:
Michael Stefaniuc 2011-01-06 16:18:25 +01:00 committed by Alexandre Julliard
parent f242b1fb6c
commit d214a96d58
2 changed files with 0 additions and 4 deletions

View File

@ -659,8 +659,6 @@ static void NSAPI nsDocumentObserver_DoneAddingChildren(nsIDocumentObserver *ifa
} }
} }
#undef NSMUTATIONOBS_THIS
static const nsIDocumentObserverVtbl nsDocumentObserverVtbl = { static const nsIDocumentObserverVtbl nsDocumentObserverVtbl = {
nsDocumentObserver_QueryInterface, nsDocumentObserver_QueryInterface,
nsDocumentObserver_AddRef, nsDocumentObserver_AddRef,

View File

@ -888,8 +888,6 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
return OLECMDERR_E_UNKNOWNGROUP; return OLECMDERR_E_UNKNOWNGROUP;
} }
#undef CMDTARGET_THIS
static const IOleCommandTargetVtbl OleCommandTargetVtbl = { static const IOleCommandTargetVtbl OleCommandTargetVtbl = {
OleCommandTarget_QueryInterface, OleCommandTarget_QueryInterface,
OleCommandTarget_AddRef, OleCommandTarget_AddRef,