mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
A RPC_FC_ENUM16 is a VT_USERDEFINED.
This commit is contained in:
parent
4d5c2318e6
commit
5c837cac49
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue