wine/ tools/winapi/tests.dat tools/winapi/c_pa ...

Alexandre Julliard julliard at winehq.org
Tue Sep 7 20:27:24 CDT 2004


ChangeSet ID:	13692
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/09/07 20:27:24

Modified files:
	tools/winapi   : tests.dat c_parser.pm 
	include        : rpcndr.h rpcdce.h 
	dlls/rpcrt4/tests: Makefile.in .cvsignore 
	dlls/rpcrt4    : ndr_midl.c 
Added files:
	dlls/rpcrt4/tests: generated.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	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.

Patch: http://cvs.winehq.org/patch.py?id=13692

Old revision  New revision  Changes     Path
 1.26          1.27          +116 -0     wine/tools/winapi/tests.dat
 1.14          1.15          +21 -11     wine/tools/winapi/c_parser.pm
 1.26          1.27          +43 -12     wine/include/rpcndr.h
 1.25          1.26          +6 -6       wine/include/rpcdce.h
 1.1           1.2           +1 -0       wine/dlls/rpcrt4/tests/Makefile.in
 1.2           1.3           +1 -0       wine/dlls/rpcrt4/tests/.cvsignore
 1.16          1.17          +2 -2       wine/dlls/rpcrt4/ndr_midl.c
 Added         1.1           +0 -0       wine/dlls/rpcrt4/tests/generated.c




More information about the wine-cvs mailing list