Fixed defining DIIDs.

This commit is contained in:
Jacek Caban 2004-12-27 17:04:00 +00:00 committed by Alexandre Julliard
parent 9b98d3d3d8
commit 90ce00abeb

View file

@ -596,7 +596,7 @@ dispinterfacehdr: attributes dispinterface { $$ = $2;
if ($$->defined) yyerror("multiple definition error\n");
$$->attrs = $1;
$$->attrs = make_attr(ATTR_DISPINTERFACE);
/* LINK($$->attrs, $1); */
LINK($$->attrs, $1);
$$->ref = find_type("IDispatch", 0);
if (!$$->ref) yyerror("IDispatch is undefined\n");
$$->defined = TRUE;