wine/ include/wine/rpcfc.h include/rpcndr.h dl ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 25 14:03:43 CDT 2002


ChangeSet ID:	6014
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/10/25 14:03:43

Modified files:
	include/wine   : rpcfc.h 
	include        : rpcndr.h 
	dlls/rpcrt4    : rpcrt4_main.c ndr_stubless.c ndr_misc.h 
	                 ndr_midl.c ndr_marshall.c 

Log message:
	Greg Turner <gmturner007 at ameritech.net>
	- Make explicit some missing include dependencies.
	- Implement NdrGetBuffer, NdrFreeBuffer, NdrConformantStringBufferSize
	and NdrConformantStringMarshall.
	- Define the RPC_FC_C_CSTRING constant.
	- Perhaps I don't want those MIDL_*_FORMAT_STRING structs, after
	all. Removed.
	- Add RPC todo list.
	- MIDL_STUB_MESSAGE.uFlags aren't.
	- Comment out the NdrClientCall2 mock-up since that stuff is in the
	process of being implemented and might cause problems.

Patch: http://cvs.winehq.com/patch.py?id=6014

Old revision  New revision  Changes     Path
 1.1           1.2           +1 -0       wine/include/wine/rpcfc.h
 1.13          1.14          +3 -1       wine/include/rpcndr.h
 1.34          1.35          +75 -0      wine/dlls/rpcrt4/rpcrt4_main.c
 1.5           1.6           +8 -4       wine/dlls/rpcrt4/ndr_stubless.c
 1.2           1.3           +1 -15      wine/dlls/rpcrt4/ndr_misc.h
 1.5           1.6           +15 -3      wine/dlls/rpcrt4/ndr_midl.c
 1.1           1.2           +44 -5      wine/dlls/rpcrt4/ndr_marshall.c




More information about the wine-cvs mailing list