Add a missing break to fix typeinfo version regression.
This commit is contained in:
parent
a4b80ec97e
commit
c7c55ff33a
|
@ -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];
|
typelib->typelib_header.dispatchpos = typelib->typelib_typeinfo_offsets[typeinfo->typekind >> 16];
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
|
|
||||||
case ATTR_VERSION:
|
case ATTR_VERSION:
|
||||||
typeinfo->version = attr->u.ival;
|
typeinfo->version = attr->u.ival;
|
||||||
|
|
Loading…
Reference in New Issue