oleview: Fix compilation with gcc 2.95.

This commit is contained in:
Francois Gouget 2006-10-23 13:55:49 +02:00 committed by Alexandre Julliard
parent 053f69aced
commit 58294b818c

View file

@ -537,7 +537,7 @@ int EnumFuncs(ITypeInfo *pTypeInfo, int cFuncs, HTREEITEM hParent)
}
bFirst = TRUE;
#define ENUM_PARAM_FLAG(x)\
if(pFuncDesc->lprgelemdescParam[j].paramdesc.wParamFlags & x)\
if(U(pFuncDesc->lprgelemdescParam[j]).paramdesc.wParamFlags & x) \
{\
if(bFirst) AddToTLDataStrW((TYPELIB_DATA*)(U(tvis).item.lParam),\
wszOpenBrackets1);\