Commit 2ff2792f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

widl: Accept known type as library name.

parent 0c141954
......@@ -429,6 +429,7 @@ importlib: tIMPORTLIB '(' aSTRING ')'
;
libraryhdr: tLIBRARY aIDENTIFIER { $$ = $2; }
| tLIBRARY aKNOWNTYPE { $$ = $2; }
;
library_start: attributes libraryhdr '{' { $$ = make_library($2, check_library_attrs($2, $1));
if (!parse_only) start_typelib($$);
......
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