ChangeSet ID: 15291
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/09 11:32:17
Modified files:
dlls/oleaut32/tests: safearray.c
dlls/oleaut32 : typelib2.c typelib.c
Log message:
Paul Vriens <Paul.Vriens(a)xs4all.nl>
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.
Patch: http://cvs.winehq.org/patch.py?id=15291
Old revision New revision Changes Path
1.18 1.19 +2 -2 wine/dlls/oleaut32/tests/safearray.c
1.31 1.32 +14 -14 wine/dlls/oleaut32/typelib2.c
1.137 1.138 +17 -18 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 15290
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/09 11:29:21
Modified files:
dlls/ole32 : oleobj.c ifs.c errorinfo.c
Log message:
Paul Vriens <Paul.Vriens(a)xs4all.nl>
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.
Patch: http://cvs.winehq.org/patch.py?id=15290
Old revision New revision Changes Path
1.21 1.22 +5 -2 wine/dlls/ole32/oleobj.c
1.46 1.47 +7 -5 wine/dlls/ole32/ifs.c
1.24 1.25 +8 -6 wine/dlls/ole32/errorinfo.c