widl: Handle the size_is attribute on pointers.
This commit is contained in:
parent
2896540a34
commit
7d73123dbc
|
@ -206,6 +206,8 @@ unsigned short get_type_vt(type_t *t)
|
|||
case RPC_FC_UP:
|
||||
case RPC_FC_OP:
|
||||
case RPC_FC_FP:
|
||||
case RPC_FC_CARRAY:
|
||||
case RPC_FC_CVARRAY:
|
||||
if(t->ref)
|
||||
{
|
||||
if (match(t->ref->name, "SAFEARRAY"))
|
||||
|
|
Loading…
Reference in New Issue