oleaut: Process references when parsing SLTG alias types.

This commit is contained in:
Robert Shearman 2006-07-03 13:53:57 +01:00 committed by Alexandre Julliard
parent 23e089a09f
commit bc6acf5c1d
1 changed files with 5 additions and 0 deletions

View File

@ -3018,6 +3018,11 @@ static void SLTG_ProcessAlias(char *pBlk, ITypeInfoImpl *pTI,
return;
}
if(pTIHeader->href_table != 0xffffffff) {
SLTG_DoRefs((SLTG_RefInfo*)((char *)pTIHeader + pTIHeader->href_table), pTI,
pNameTable);
}
/* otherwise it is an offset to a type */
pType = (WORD *)(pBlk + pTITail->tdescalias_vt);