mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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>
This commit is contained in:
parent
4baef89f66
commit
e0a9e5ae26
@ -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 visibile as the
|
||||
* Cache the enumeration list and make that list visible as the
|
||||
* 'Ole Private Data' format on the clipboard.
|
||||
*
|
||||
*/
|
||||
|
@ -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 explicitely 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;
|
||||
|
Loading…
Reference in New Issue
Block a user