Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d214a96d
Commit
d214a96d
authored
Jan 06, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Remove some leftover *_THIS undefs.
parent
f242b1fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
mutation.c
dlls/mshtml/mutation.c
+0
-2
olecmd.c
dlls/mshtml/olecmd.c
+0
-2
No files found.
dlls/mshtml/mutation.c
View file @
d214a96d
...
...
@@ -659,8 +659,6 @@ static void NSAPI nsDocumentObserver_DoneAddingChildren(nsIDocumentObserver *ifa
}
}
#undef NSMUTATIONOBS_THIS
static
const
nsIDocumentObserverVtbl
nsDocumentObserverVtbl
=
{
nsDocumentObserver_QueryInterface
,
nsDocumentObserver_AddRef
,
...
...
dlls/mshtml/olecmd.c
View file @
d214a96d
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment