Add a missing break to fix typeinfo version regression.

This commit is contained in:
Huw Davies 2005-01-18 11:39:31 +00:00 committed by Alexandre Julliard
parent a4b80ec97e
commit c7c55ff33a

View File

@ -1551,6 +1551,7 @@ static msft_typeinfo_t *create_msft_typeinfo(msft_typelib_t *typelib, typelib_en
typelib->typelib_header.dispatchpos = typelib->typelib_typeinfo_offsets[typeinfo->typekind >> 16];
}
#endif
break;
case ATTR_VERSION:
typeinfo->version = attr->u.ival;