ChangeSet ID: 15439 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/14 10:09:34
Modified files: dlls/shdocvw : webbrowser.c persist.c oleobject.c misc.c factory.c events.c classinfo.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=15439
Old revision New revision Changes Path 1.10 1.11 +8 -4 wine/dlls/shdocvw/webbrowser.c 1.8 1.9 +16 -8 wine/dlls/shdocvw/persist.c 1.10 1.11 +24 -12 wine/dlls/shdocvw/oleobject.c 1.8 1.9 +8 -4 wine/dlls/shdocvw/misc.c 1.9 1.10 +8 -4 wine/dlls/shdocvw/factory.c 1.11 1.12 +16 -8 wine/dlls/shdocvw/events.c 1.12 1.13 +16 -8 wine/dlls/shdocvw/classinfo.c