From 7d73123dbc8c262025783a15d1bb4eca271f8b81 Mon Sep 17 00:00:00 2001 From: Dan Hipschman Date: Wed, 29 Aug 2007 16:27:20 -0700 Subject: [PATCH] widl: Handle the size_is attribute on pointers. --- tools/widl/typelib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/widl/typelib.c b/tools/widl/typelib.c index 0238dc24f22..23238cf07cb 100644 --- a/tools/widl/typelib.c +++ b/tools/widl/typelib.c @@ -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"))