From c7c55ff33a84cee4343b11727856dbe5bf50f578 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Tue, 18 Jan 2005 11:39:31 +0000 Subject: [PATCH] Add a missing break to fix typeinfo version regression. --- tools/widl/write_msft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c index 07bb29d564..5b0e4166e9 100644 --- a/tools/widl/write_msft.c +++ b/tools/widl/write_msft.c @@ -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;