Re: [PATCH 2/2] oleaut32: If pointers (ppTLib or pIndex in ITypeInfo2_fnGetContainingTypeLib) are null, we simply ignore it.[resend]
Nov. 8, 2012
2:56 p.m.
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.
4886
Age (days ago)
4886
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies