ChangeSet ID: 15303 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/10 06:25:29
Modified files: dlls/devenum : mediacatenum.c dlls/commdlg : filedlgbrowser.c dlls/comcat : manager.c information.c factory.c dlls/amstream : amstream.c
Log message: Paul Vriens Paul.Vriens@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=15303
Old revision New revision Changes Path 1.13 1.14 +4 -3 wine/dlls/devenum/mediacatenum.c 1.47 1.48 +7 -5 wine/dlls/commdlg/filedlgbrowser.c 1.5 1.6 +10 -4 wine/dlls/comcat/manager.c 1.13 1.14 +19 -9 wine/dlls/comcat/information.c 1.7 1.8 +10 -4 wine/dlls/comcat/factory.c 1.6 1.7 +7 -8 wine/dlls/amstream/amstream.c