oleview: Fix compilation with gcc 2.95.

Francois Gouget fgouget at free.fr
Mon Oct 23 06:55:49 CDT 2006


---

Just using the U(x) macro this time.

 programs/oleview/typelib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index e91a613..fd9c44d 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -537,7 +537,7 @@ int EnumFuncs(ITypeInfo *pTypeInfo, int 
             }
             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);\
-- 
1.4.1.1




More information about the wine-patches mailing list