reactos/sdk/tools/widl
Eric Kohl 6b04e46304 [WIDL] Do not transfer an explicit primitive binding handle to the server
This enables us to run WIDL-generated code on Windows XP again.
This patch has already been sent upstream.
2021-03-28 16:20:10 +02:00
..
client.c
CMakeLists.txt [CMAKE] Generate Flex and Bison files at build time 2021-01-28 06:43:05 +03:00
expr.c
expr.h
hash.c
hash.h
header.c
header.h
parser.h
parser.l
parser.y [WIDL] Fix a deprecation message and hints on how to build a new scanner and parser 2020-12-26 14:22:43 +01:00
proxy.c
readme.txt [WIDL] Fix a deprecation message and hints on how to build a new scanner and parser 2020-12-26 14:22:43 +01:00
register.c
server.c
typegen.c [WIDL] Do not transfer an explicit primitive binding handle to the server 2021-03-28 16:20:10 +02:00
typegen.h
typelib.c
typelib.h
typelib_struct.h
typetree.c
typetree.h
utils.c
utils.h
widl.c
widl.h
widl_ros.diff
widltypes.h
write_msft.c
write_sltg.c

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