Structs with ptrs are also VT_USERDEFINED.

This commit is contained in:
Huw Davies 2005-01-28 13:59:08 +00:00 committed by Alexandre Julliard
parent 479213c455
commit d488cb3e70

View file

@ -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;