Commit cfab3111 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

widl: Handle typedef'd arrays.

parent 65610a4c
......@@ -2333,6 +2333,7 @@ static void add_type_typeinfo(msft_typelib_t *typelib, type_t *type)
break;
case TYPE_BASIC:
case TYPE_POINTER:
case TYPE_ARRAY:
break;
default:
error("add_entry: unhandled type 0x%x for %s\n",
......
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