ChangeSet ID: 14749 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/08 11:49:30
Modified files: dlls/ole32 : rpc.c marshal.c compobj_private.h
Log message: Robert Shearman rob@codeweavers.com - Make the wine_marshal_id structure more like the DCOM OBJREF structure, by replacing the process id field by apartment id (OXID), changing the users of the process id field to use the new field and renaming the objectid field to oid. - Fix StdMarshalImpl_UnmarshalInterface to invalidate and release its stub when doing a same apartment marshal.
Patch: http://cvs.winehq.org/patch.py?id=14749
Old revision New revision Changes Path 1.29 1.30 +9 -12 wine/dlls/ole32/rpc.c 1.35 1.36 +33 -22 wine/dlls/ole32/marshal.c 1.20 1.21 +7 -7 wine/dlls/ole32/compobj_private.h