ole32: Add CoGetDefaultContext stub

Michael Stefaniuc mstefani at redhat.com
Wed Sep 19 02:09:55 CDT 2012


Hallo Alistair,

> ---
>  dlls/ole32/compobj.c  |    9 +++++++++
>  dlls/ole32/ole32.spec |    1 +
>  2 files changed, 10 insertions(+)
> 
> diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
> index 0055d15..2ea1dc9 100644
> --- a/dlls/ole32/compobj.c
> +++ b/dlls/ole32/compobj.c
> @@ -4279,6 +4279,15 @@ HRESULT WINAPI CoGetContextToken( ULONG_PTR *token )
>      return S_OK;
>  }
> 
> +/***********************************************************************
> + *           CoGetContextToken [OLE32.@]
copy and paste error ^^^

> + */
> +HRESULT CoGetDefaultContext(APTTYPE type, REFIID riid, LPVOID *ppv)

bye
	michael



More information about the wine-devel mailing list