mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 00:53:00 +00:00
Fixed defining DIIDs.
This commit is contained in:
parent
9b98d3d3d8
commit
90ce00abeb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user