Commit b3ebd5a8 authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Use the class name as default description for a progid.

parent 7ef29c5d
......@@ -142,7 +142,7 @@ static int write_progid( const type_t *class )
const char *vi_progid = get_attrp( class->attrs, ATTR_VIPROGID );
if (!uuid) return 0;
if (!descr) descr = vi_progid ? vi_progid : progid;
if (!descr) descr = class->name;
if (progid)
{
......
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