Commit 1ad39a38 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

widl: Added nonbrowsable attribute handling.

parent 4413e8c6
......@@ -1338,6 +1338,9 @@ static HRESULT add_func_desc(msft_typeinfo_t* typeinfo, const func_t *func, int
case ATTR_ID:
id = expr->cval;
break;
case ATTR_NONBROWSABLE:
funcflags |= 0x400; /* FUNCFLAG_NONBROWSABLE */
break;
case ATTR_OUT:
break;
case ATTR_PROPGET:
......
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