mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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];
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
||||
case ATTR_VERSION:
|
||||
typeinfo->version = attr->u.ival;
|
||||
|
Loading…
Reference in New Issue
Block a user