Commit 738be2ee authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

widl: Fix a typo.

parent 8e457d04
......@@ -279,6 +279,7 @@ import: import_start imp_statements aEOF {}
;
importlib: tIMPORTLIB '(' aSTRING ')' { if(!parse_only) add_importlib($3); }
;
libraryhdr: tLIBRARY aIDENTIFIER { $$ = $2; }
;
......
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