mshtml: Remove some leftover *_THIS undefs.
This commit is contained in:
parent
f242b1fb6c
commit
d214a96d58
|
@ -659,8 +659,6 @@ static void NSAPI nsDocumentObserver_DoneAddingChildren(nsIDocumentObserver *ifa
|
|||
}
|
||||
}
|
||||
|
||||
#undef NSMUTATIONOBS_THIS
|
||||
|
||||
static const nsIDocumentObserverVtbl nsDocumentObserverVtbl = {
|
||||
nsDocumentObserver_QueryInterface,
|
||||
nsDocumentObserver_AddRef,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue