ChangeSet ID: 19929 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/02 06:18:45
Modified files: dlls/ole32 : stubmanager.c marshal.c compobj_private.h
Log message: Mike Hearn mh@codeweavers.com Robert Shearman rob@codeweavers.com Change stub manager to track the number of normal marshals instead of using the state machine so that multiple marshals of the same object and interface work correctly.
Patch: http://cvs.winehq.org/patch.py?id=19929
Old revision New revision Changes Path 1.25 1.26 +66 -64 wine/dlls/ole32/stubmanager.c 1.80 1.81 +33 -16 wine/dlls/ole32/marshal.c 1.55 1.56 +15 -6 wine/dlls/ole32/compobj_private.h