ChangeSet ID: 15404 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/12 13:55:24
Modified files: dlls/winmm/wineoss: dsrender.c dscapture.c dlls/winmm/wineaudioio: audio.c dlls/winmm/winealsa: audio.c
Log message: James Hawkins truiken@gmail.com - Use Interlocked* instead of ++/-- in AddRef/Release. - Use only stored result of Interlocked* in AddRef/Release. - Expand TRACEs to display the ref count.
Patch: http://cvs.winehq.org/patch.py?id=15404
Old revision New revision Changes Path 1.3 1.4 +36 -28 wine/dlls/winmm/wineoss/dsrender.c 1.4 1.5 +35 -28 wine/dlls/winmm/wineoss/dscapture.c 1.21 1.22 +10 -8 wine/dlls/winmm/wineaudioio/audio.c 1.61 1.62 +22 -11 wine/dlls/winmm/winealsa/audio.c