19 Feb
2025
19 Feb
'25
10:59 a.m.
Huw Davies (@huw) commented about dlls/oleaut32/typelib.c:
ITypeInfoImpl *pTInfo = This->typeinfos[tic]; if(!lstrcmpiW(TLB_get_bstr(pTInfo->Name), szNameBuf)) goto ITypeLib2_fnIsName_exit; for(fdc = 0; fdc < pTInfo->typeattr.cFuncs; ++fdc) { - TLBFuncDesc *pFInfo = &pTInfo->funcdescs[fdc]; + TLBFuncDesc *pFDesc = &pTInfo->funcdescs[fdc];
Please avoid these sorts of changes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7286#note_95144