[WIDL] Sync with Wine Staging 2.9. CORE-13362
[reactos.git] / reactos / sdk / tools / widl / parser.y
index abf91f2..1e23046 100644 (file)
@@ -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($$);