Commit d488cb3e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Structs with ptrs are also VT_USERDEFINED.

parent 479213c4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment