Commit 90ce00ab authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Fixed defining DIIDs.

parent 9b98d3d3
......@@ -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;
......
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