ChangeSet ID: 15441 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/14 10:16:44
Modified files: dlls/msdmo : dmoreg.c dlls/dxdiagn : provider.c container.c dlls/dswave : dswave_main.c dswave.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=15441
Old revision New revision Changes Path 1.12 1.13 +4 -5 wine/dlls/msdmo/dmoreg.c 1.5 1.6 +11 -6 wine/dlls/dxdiagn/provider.c 1.4 1.5 +11 -6 wine/dlls/dxdiagn/container.c 1.6 1.7 +2 -2 wine/dlls/dswave/dswave_main.c 1.6 1.7 +11 -6 wine/dlls/dswave/dswave.c