Commit 2118aeca authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

widl: Ignore ATTR_LOCAL in create_msft_typeinfo.

parent 10563d5c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment