Dan Hipschman : widl: Handle the size_is attribute on pointers.
Module: wine Branch: master Commit: 7d73123dbc8c262025783a15d1bb4eca271f8b81 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d73123dbc8c262025783a15d1... Author: Dan Hipschman <dsh(a)linux.ucla.edu> Date: Wed Aug 29 16:27:20 2007 -0700 widl: Handle the size_is attribute on pointers. --- tools/widl/typelib.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tools/widl/typelib.c b/tools/widl/typelib.c index 0238dc2..23238cf 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"))
participants (1)
-
Alexandre Julliard