Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
e0a9e5ae
Commit
e0a9e5ae
authored
May 29, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
May 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Spelling fixes.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4baef89f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
clipboard.c
dlls/ole32/clipboard.c
+1
-1
compobj.c
dlls/ole32/compobj.c
+2
-2
No files found.
dlls/ole32/clipboard.c
View file @
e0a9e5ae
...
...
@@ -1818,7 +1818,7 @@ void OLEClipbrd_UnInitialize(void)
*
* Enumerate all formats supported by the source and make
* those formats available using delayed rendering using SetClipboardData.
* Cache the enumeration list and make that list visib
i
le as the
* Cache the enumeration list and make that list visible as the
* 'Ole Private Data' format on the clipboard.
*
*/
...
...
dlls/ole32/compobj.c
View file @
e0a9e5ae
...
...
@@ -4989,8 +4989,8 @@ HRESULT WINAPI CoGetContextToken( ULONG_PTR *token )
context
->
IComThreadingInfo_iface
.
lpVtbl
=
&
Context_Threading_Vtbl
;
context
->
IContextCallback_iface
.
lpVtbl
=
&
Context_Callback_Vtbl
;
context
->
IObjContext_iface
.
lpVtbl
=
&
Context_Object_Vtbl
;
/* Context token does not take a reference, it's always zero until
interface is explicit
e
ly requested with CoGetObjectContext(). */
/* Context token does not take a reference, it's always zero until
the
interface is explicitly requested with CoGetObjectContext(). */
context
->
refs
=
0
;
info
->
context_token
=
&
context
->
IObjContext_iface
;
...
...
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