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:
Zebediah Figura 2018-10-09 18:06:41 -05:00 committed by Alexandre Julliard
parent 65610a4c94
commit cfab3111c2
1 changed files with 1 additions and 0 deletions

View File

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