widl: Set defined flag for coclasses.

This commit is contained in:
Dan Hipschman 2006-07-31 11:56:24 -07:00 committed by Alexandre Julliard
parent b74f4d92d7
commit 23707beb46
1 changed files with 1 additions and 0 deletions

View File

@ -651,6 +651,7 @@ coclasshdr: attributes coclass { $$ = $2;
coclassdef: coclasshdr '{' coclass_ints '}' { $$ = $1;
$$->ifaces = $3;
$$->defined = TRUE;
}
;