wine/dlls ole32/Makefile.in ole32/compobj.c ol ...

Alexandre Julliard julliard at winehq.com
Tue Feb 5 12:11:23 CST 2002


ChangeSet ID:	1012932682134753609541804
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	02/02/05 13:11:23

Modified files:
	dlls/ole32     : Makefile.in compobj.c compobj_private.h 
	                 ole32.spec 
	dlls/oleaut32  : Makefile.in oleaut.c oleaut32.spec typelib.c 
	                 typelib.h variant.c 
Added files:
	dlls/ole32     : marshal.c oleproxy.c rpc.c 
	dlls/oleaut32  : tmarshal.c tmarshal.h 

Log message:
	Marcus Meissner <marcus at jet.franken.de>
	Implemented Local Server COM.
	Implemented the Typelib based Marshaler.

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

Revision  Changes    Path
 1.17     +3 -0      wine/dlls/ole32/Makefile.in
 1.54     +146 -52   wine/dlls/ole32/compobj.c
 1.3      +80 -0     wine/dlls/ole32/compobj_private.h
 1.30     +4 -4      wine/dlls/ole32/ole32.spec
 1.1     +0 -0       wine/dlls/ole32/marshal.c
 1.1     +0 -0       wine/dlls/ole32/oleproxy.c
 1.1     +0 -0       wine/dlls/ole32/rpc.c
 1.26     +1 -0      wine/dlls/oleaut32/Makefile.in
 1.22     +8 -0      wine/dlls/oleaut32/oleaut.c
 1.35     +1 -1      wine/dlls/oleaut32/oleaut32.spec
 1.63     +22 -1     wine/dlls/oleaut32/typelib.c
 1.8      +2 -0      wine/dlls/oleaut32/typelib.h
 1.33     +4 -0      wine/dlls/oleaut32/variant.c
 1.1     +0 -0       wine/dlls/oleaut32/tmarshal.c
 1.1     +0 -0       wine/dlls/oleaut32/tmarshal.h





More information about the wine-cvs mailing list