Fix and unify parsing of calling conventions.
authorFrancois Gouget <fgouget@free.fr>
Wed, 8 Sep 2004 01:27:24 +0000 (01:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Sep 2004 01:27:24 +0000 (01:27 +0000)
commit02236f06a813a42a08fda5e40a97ba07fae9a712
treeb34e63cb66a8912c60ebe8e8fe3c24e91b4616d3
parent4d73e10cf8deb7881162c941986abf2a5dd324ee
Fix and unify parsing of calling conventions.
Hack handling of 'struct { } *NDR_SCONTEXT;' so we don't cause a parse
error as this is a valid C construct.
Generate type tests for rpcrt4.
Remove PRPC_BINDING_VECTOR and PUUID_VECTOR, they don't exist on
Windows.
Fix the MIDL_STUB_MESSAGE, MIDL_SERVER_INFO and
MIDL_STUBLESS_PROXY_INFO structs.
Add NDR_ALLOC_ALL_NODES_CONTEXT, NDR_POINTER_QUEUE_STATE and
CS_STUB_INFO.
dlls/rpcrt4/ndr_midl.c
dlls/rpcrt4/tests/.cvsignore
dlls/rpcrt4/tests/Makefile.in
dlls/rpcrt4/tests/generated.c [new file with mode: 0644]
include/rpcdce.h
include/rpcndr.h
tools/winapi/c_parser.pm
tools/winapi/tests.dat