mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
oleview: Fix compilation with gcc 2.95.
This commit is contained in:
parent
053f69aced
commit
58294b818c
1 changed files with 1 additions and 1 deletions
|
@ -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);\
|
||||
|
|
Loading…
Reference in a new issue