Commit 23707beb authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Set defined flag for coclasses.

parent b74f4d92
......@@ -651,6 +651,7 @@ coclasshdr: attributes coclass { $$ = $2;
coclassdef: coclasshdr '{' coclass_ints '}' { $$ = $1;
$$->ifaces = $3;
$$->defined = TRUE;
}
;
......
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