ChangeSet ID: 15422 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/01/14 09:10:52 Modified files: dlls/avifil32 : wavfile.c tmpfile.c icmstream.c getframe.c editstream.c avifile.c acmstream.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=15422 Old revision New revision Changes Path 1.16 1.17 +4 -3 wine/dlls/avifil32/wavfile.c 1.7 1.8 +8 -5 wine/dlls/avifil32/tmpfile.c 1.14 1.15 +3 -2 wine/dlls/avifil32/icmstream.c 1.14 1.15 +5 -3 wine/dlls/avifil32/getframe.c 1.11 1.12 +9 -6 wine/dlls/avifil32/editstream.c 1.52 1.53 +14 -12 wine/dlls/avifil32/avifile.c 1.15 1.16 +3 -2 wine/dlls/avifil32/acmstream.c