wine/tools/widl
Rob Shearman 82ab9443b8 widl: Clean up array case in write_remoting_arg.
Use a switch statement instead of multiple if statements and
explicitly write out the fixed array cases.
2010-03-16 11:41:14 +01:00
..
client.c
expr.c widl: Add support for character constants in expressions. 2010-01-19 12:43:31 +01:00
expr.h widl: Allow pointers, type-qualifiers and other more complicated constructions in sizeof and cast expressions. 2009-11-09 20:42:57 +01:00
hash.c
hash.h
header.c widl: Detect interfaces that inherit from another interface as objects. 2009-11-29 16:37:07 +01:00
header.h widl: Detect interfaces that inherit from another interface as objects. 2009-11-29 16:37:07 +01:00
Makefile.in makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones. 2010-02-08 20:58:00 +01:00
parser.h widl: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings. 2010-01-22 12:17:56 +01:00
parser.l widl: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings. 2010-01-22 12:17:56 +01:00
parser.y widl: error_status_t isn't an allowed conformance type. 2010-03-16 11:36:41 +01:00
proxy.c widl: Fix size parameter for xrealloc (Coccinelle). 2010-01-11 11:34:32 -06:00
server.c
typegen.c widl: Clean up array case in write_remoting_arg. 2010-03-16 11:41:14 +01:00
typegen.h widl: Remove some unused functions, definitions and types. 2010-03-16 11:32:53 +01:00
typelib_struct.h
typelib.c widl: Add support for bit-fields in non-remote structures. 2009-11-09 20:42:00 +01:00
typelib.h widl: Implement __int3264 keyword. 2009-11-09 20:36:19 +01:00
typetree.c widl: Add support for bit-fields in non-remote structures. 2009-11-09 20:42:00 +01:00
typetree.h widl: Add support for bit-fields in non-remote structures. 2009-11-09 20:42:00 +01:00
utils.c
utils.h
widl.c widl: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings. 2010-01-22 12:17:56 +01:00
widl.h
widl.man.in
widltypes.h widl: Remove some unused functions, definitions and types. 2010-03-16 11:32:53 +01:00
write_msft.c