ChangeSet ID: 15440 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/14 10:12:10
Modified files: dlls/oleaut32 : tmarshal.c olepicture.c dispatch.c connpt.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=15440
Old revision New revision Changes Path 1.39 1.40 +14 -14 wine/dlls/oleaut32/tmarshal.c 1.50 1.51 +9 -10 wine/dlls/oleaut32/olepicture.c 1.23 1.24 +8 -7 wine/dlls/oleaut32/dispatch.c 1.14 1.15 +19 -23 wine/dlls/oleaut32/connpt.c