ChangeSet ID: 19929
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/02 06:18:45
Modified files:
dlls/ole32 : stubmanager.c marshal.c compobj_private.h
Log message:
Mike Hearn <mh(a)codeweavers.com>
Robert Shearman <rob(a)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
ChangeSet ID: 19926
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/02 06:17:17
Modified files:
dlls/wined3d : device.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Added the tracking of stream frequency and flags. Stream flags and
frequency aren't handled at the moment.
Patch: http://cvs.winehq.org/patch.py?id=19926
Old revision New revision Changes Path
1.76 1.77 +76 -5 wine/dlls/wined3d/device.c