ChangeSet ID: 16121 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/15 09:44:25
Modified files: dlls/ole32 : rpc.c marshal.c compobj_private.h compobj.c
Log message: Robert Shearman rob@codeweavers.com - Remove cruft left over from previous RPC backend implementation in the apartment structure. - Don't pass an IPID by value for proxy_manager_create_ifproxy. - Disable more of RPC_UnregisterInterface to prevent the RPC runtime using freed memory. - Rename various external RPC backend functions so that they all have the same "RPC_" prefix. - Reduce the timeout of the function that connects to a local server to 30s, like native.
Patch: http://cvs.winehq.org/patch.py?id=16121
Old revision New revision Changes Path 1.55 1.56 +17 -19 wine/dlls/ole32/rpc.c 1.66 1.67 +7 -12 wine/dlls/ole32/marshal.c 1.44 1.45 +17 -30 wine/dlls/ole32/compobj_private.h 1.140 1.141 +1 -5 wine/dlls/ole32/compobj.c