Commit a7c6a276 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

widl: Fix build failure in parser.y.

parent 860cf251
......@@ -514,6 +514,7 @@ uuid_string:
| aSTRING { if (!is_valid_uuid($1))
yyerror("invalid UUID: %s", $1);
$$ = parse_uuid($1); }
;
callconv:
| tSTDCALL
......
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