ChangeSet ID: 15701 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/26 14:53:07
Modified files: dlls/ole32 : stubmanager.c rpc.c oleproxy.c marshal.c compobj_private.h compobj.c
Log message: Robert Shearman rob@codeweavers.com - Use InterlockedIncrement for the ipid counter instead of a critical section (suggested by Mike Hearn). - Remove a line added by a bad merge. - Implement RemUnkStub_Disconnect. - Remove all of the RPC disconnect code.
Patch: http://cvs.winehq.org/patch.py?id=15701
Old revision New revision Changes Path 1.10 1.11 +1 -3 wine/dlls/ole32/stubmanager.c 1.48 1.49 +1 -67 wine/dlls/ole32/rpc.c 1.27 1.28 +2 -0 wine/dlls/ole32/oleproxy.c 1.57 1.58 +0 -1 wine/dlls/ole32/marshal.c 1.37 1.38 +1 -1 wine/dlls/ole32/compobj_private.h 1.130 1.131 +1 -1 wine/dlls/ole32/compobj.c