Use an enum instead of an boolean for some flags
commit01503f8a7bd99136445008eba5bed5af483a7aea
authorChris Robinson <chris.kcat@gmail.com>
Mon, 29 Aug 2011 07:03:09 +0000 (29 00:03 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 29 Aug 2011 07:03:09 +0000 (29 00:03 -0700)
treee55833946185852b637e2073b8d8b3a431ff4c33
parentaa99e1220b72863ca137917d0c45033aad7cd67d
Use an enum instead of an boolean for some flags

They still only hold AL_TRUE or AL_FALSE, but some systems can't properly
handle atomic swaps of 1-byte types.
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/Include/alMain.h
OpenAL32/Include/alSource.h