widl: Handle typedef'd arrays.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
65610a4c94
commit
cfab3111c2
|
@ -2333,6 +2333,7 @@ static void add_type_typeinfo(msft_typelib_t *typelib, type_t *type)
|
||||||
break;
|
break;
|
||||||
case TYPE_BASIC:
|
case TYPE_BASIC:
|
||||||
case TYPE_POINTER:
|
case TYPE_POINTER:
|
||||||
|
case TYPE_ARRAY:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
error("add_entry: unhandled type 0x%x for %s\n",
|
error("add_entry: unhandled type 0x%x for %s\n",
|
||||||
|
|
Loading…
Reference in New Issue