Commit 5c837cac authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

A RPC_FC_ENUM16 is a VT_USERDEFINED.

parent 4d5c2318
......@@ -145,6 +145,7 @@ unsigned short get_type_vt(type_t *t)
return VT_DISPATCH;
return VT_USERDEFINED;
case RPC_FC_ENUM16:
case RPC_FC_STRUCT:
case RPC_FC_PSTRUCT:
return VT_USERDEFINED;
......
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