ChangeSet ID: 15983 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)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(a)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