20 Oct
2006
20 Oct
'06
1:03 p.m.
Francois Gouget <fgouget(a)free.fr> writes:
@@ -537,7 +547,7 @@ int EnumFuncs(ITypeInfo *pTypeInfo, int } bFirst = TRUE; #define ENUM_PARAM_FLAG(x)\ - if(pFuncDesc->lprgelemdescParam[j].paramdesc.wParamFlags & x)\ + if(((myELEMDESC*)&(pFuncDesc->lprgelemdescParam[j]))->u.paramdesc.wParamFlags & x) \ {\
Why can't you use U(x) instead? -- Alexandre Julliard julliard(a)winehq.org