Make RefCount a non-integer type
commit1d2504d12e996a4c1e8fe9785901db9a9e3b4d7c
authorChris Robinson <chris.kcat@gmail.com>
Wed, 14 May 2014 09:47:07 +0000 (14 02:47 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 14 May 2014 09:47:07 +0000 (14 02:47 -0700)
tree51895ba97192cee1fccab44a838e4fa43d81a984
parent4454ae25c753388c529b937ae2ce0f47f06d16c4
Make RefCount a non-integer type

It should only be accessed through the appropriate functions to ensure proper
atomicity.
14 files changed:
Alc/ALc.c
Alc/backends/winmm.c
OpenAL32/Include/alMain.h
OpenAL32/Include/alMidi.h
OpenAL32/alAuxEffectSlot.c
OpenAL32/alBuffer.c
OpenAL32/alFontsound.c
OpenAL32/alPreset.c
OpenAL32/alSoundfont.c
OpenAL32/alSource.c
common/atomic.c
common/rwlock.c
include/atomic.h
include/rwlock.h