Commit 7d73123d authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Handle the size_is attribute on pointers.

parent 2896540a
......@@ -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"))
......
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