wine/dlls/ole32 tests/marshal.c stubmanager.c ...

Alexandre Julliard julliard at winehq.org
Tue Feb 8 10:51:22 CST 2005


ChangeSet ID:	15983
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/02/08 10:51:22

Modified files:
	dlls/ole32/tests: marshal.c 
	dlls/ole32     : stubmanager.c regsvr.c ole32.spec 
	                 compobj_private.h compobj.c 

Log message:
	Robert Shearman <rob at codeweavers.com>
	- Implement CoDisconnectObject.
	- Change CoLockObjectExternal so that it does the correct action now
	and eliminate a fair few lines of now redundant code.
	- Rename OLE32_Dll{Register,Unregister}Server to
	Dll{Register,Unregister}Server.

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

Old revision  New revision  Changes     Path
 1.15          1.16          +1 -1       wine/dlls/ole32/tests/marshal.c
 1.13          1.14          +25 -0      wine/dlls/ole32/stubmanager.c
 1.8           1.9           +2 -2       wine/dlls/ole32/regsvr.c
 1.57          1.58          +2 -2       wine/dlls/ole32/ole32.spec
 1.41          1.42          +1 -0       wine/dlls/ole32/compobj_private.h
 1.137         1.138         +53 -227    wine/dlls/ole32/compobj.c




More information about the wine-cvs mailing list