ChangeSet ID: 15437 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/14 10:02:20
Modified files: dlls/shell32 : shv_item_cmenu.c shv_bg_cmenu.c shlview.c shlfsbind.c shfldr_mycomp.c shfldr_fs.c shfldr_desktop.c shellole.c shelllink.c memorystream.c folders.c enumidlist.c dragdrophelper.c dataobject.c cpanelfolder.c autocomplete.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=15437
Old revision New revision Changes Path 1.28 1.29 +7 -6 wine/dlls/shell32/shv_item_cmenu.c 1.35 1.36 +7 -7 wine/dlls/shell32/shv_bg_cmenu.c 1.107 1.108 +7 -6 wine/dlls/shell32/shlview.c 1.11 1.12 +10 -6 wine/dlls/shell32/shlfsbind.c 1.28 1.29 +7 -6 wine/dlls/shell32/shfldr_mycomp.c 1.28 1.29 +7 -6 wine/dlls/shell32/shfldr_fs.c 1.29 1.30 +7 -5 wine/dlls/shell32/shfldr_desktop.c 1.73 1.74 +9 -5 wine/dlls/shell32/shellole.c 1.80 1.81 +7 -5 wine/dlls/shell32/shelllink.c 1.19 1.20 +7 -5 wine/dlls/shell32/memorystream.c 1.54 1.55 +7 -5 wine/dlls/shell32/folders.c 1.41 1.42 +9 -6 wine/dlls/shell32/enumidlist.c 1.13 1.14 +7 -5 wine/dlls/shell32/dragdrophelper.c 1.45 1.46 +20 -11 wine/dlls/shell32/dataobject.c 1.11 1.12 +7 -6 wine/dlls/shell32/cpanelfolder.c 1.12 1.13 +8 -6 wine/dlls/shell32/autocomplete.c