[PATCH 2/2] oleaut32: If pointers (ppTLib or pIndex in ITypeInfo2_fnGetContainingTypeLib) are null, we simply ignore it.[resend]

Huw Davies huw at codeweavers.com
Thu Nov 8 08:56:58 CST 2012


On Thu, Nov 08, 2012 at 06:13:33PM +0400, Tatyana Fokina wrote:
> +    if(ppTLib)
> +    {
>      *ppTLib = (ITypeLib *)&This->typelib->ITypeLib2_iface;
>      ICreateTypeLib_AddRef((ICreateTypeLib*)This->typelib);
> +    }
> +
> +    if(pIndex)
>      *pIndex = This->typeinfo->typekind >> 16;

Please indent.



More information about the wine-devel mailing list