mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
This enables us to run WIDL-generated code on Windows XP again. This patch has already been sent upstream.
To generate a new scanner and parser run: flex --header-file=parser.yy.h --outfile=parser.yy.c parser.l bison --defines=parser.tab.h --name-prefix=parser_ parser.y