Gerald Pfeifer : widl: Fix build failure in parser.y.
15 Oct
2007
15 Oct
'07
4:27 p.m.
Module: wine Branch: master Commit: a7c6a27696353f20aac9015ac1a7d54ea63d07ac URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7c6a27696353f20aac9015ac1... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Fri Oct 12 12:27:41 2007 +0200 widl: Fix build failure in parser.y. --- tools/widl/parser.y | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 06f1f77..afab0d2 100644 --- a/tools/widl/parser.y +++ b/tools/widl/parser.y @@ -514,6 +514,7 @@ uuid_string: | aSTRING { if (!is_valid_uuid($1)) yyerror("invalid UUID: %s", $1); $$ = parse_uuid($1); } + ; callconv: | tSTDCALL
6731
Age (days ago)
6731
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard