commit | ba92d2924a286aee91f531ec6a9375d49563aac7 | [log] [tgz] |
---|---|---|
author | James Hawkins <truiken@gmail.com> | Fri Jan 14 16:02:20 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 14 16:02:20 2005 +0000 |
tree | 9d7ce3c1422c139253c8bb9dde21c39f60145c77 | |
parent | 516a9c70eda6b23e08050c6d26122431294c87b3 [diff] |
- Use Interlocked* instead of ++/-- in AddRef/Release. - Use only stored result of Interlocked* in AddRef/Release. - Expand TRACEs to display the ref count.