widl: Handle the size_is attribute on pointers.

oldstable
Dan Hipschman 2007-08-29 16:27:20 -07:00 committed by Alexandre Julliard
parent 2896540a34
commit 7d73123dbc
1 changed files with 2 additions and 0 deletions

View File

@ -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"))