wine/dlls/ole32 marshal.c

Alexandre Julliard julliard at winehq.org
Mon May 23 05:27:23 CDT 2005


ChangeSet ID:	17690
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/23 05:27:23

Modified files:
	dlls/ole32     : marshal.c 

Log message:
	Robert Shearman <rob at codeweavers.com>
	- Add a useful trace message.
	- Fix more places where custom header size was calculated exclusive of
	the data size member.
	- Optimize custom marshaling by getting size before calling the custom
	marshaler so we can write the header before and not use a second
	stream.

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

Old revision  New revision  Changes     Path
 1.74          1.75          +31 -61     wine/dlls/ole32/marshal.c




More information about the wine-cvs mailing list