widl #31: structs with ptrs

Huw D M Davies h.davies1 at physics.ox.ac.uk
Fri Jan 28 06:55:15 CST 2005


        Huw Davies <huw at codeweavers.com>
        structs with ptrs are also VT_USERDEFINED
-- 
Huw Davies
huw at codeweavers.com
Index: tools/widl/typelib.c
===================================================================
RCS file: /home/wine/wine/tools/widl/typelib.c,v
retrieving revision 1.9
diff -u -p -r1.9 typelib.c
--- tools/widl/typelib.c	26 Jan 2005 19:40:47 -0000	1.9
+++ tools/widl/typelib.c	28 Jan 2005 12:52:06 -0000
@@ -145,6 +145,7 @@ unsigned short get_type_vt(type_t *t)
     return VT_USERDEFINED;
         
   case RPC_FC_STRUCT:
+  case RPC_FC_PSTRUCT:
     return VT_USERDEFINED;
   case 0:
     return 0;



More information about the wine-patches mailing list