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