widl: Ignore ATTR_LOCAL in create_msft_typeinfo.

This commit is contained in:
Jacek Caban 2008-01-29 01:13:25 +01:00 committed by Alexandre Julliard
parent 10563d5c8e
commit 2118aeca16

View file

@ -1841,6 +1841,9 @@ static msft_typeinfo_t *create_msft_typeinfo(msft_typelib_t *typelib, enum type_
typeinfo->flags |= 0x10; /* TYPEFLAG_FHIDDEN */
break;
case ATTR_LOCAL:
break;
case ATTR_NONCREATABLE:
typeinfo->flags &= ~0x2; /* TYPEFLAG_FCANCREATE */
break;