Avoid closing devices and deinitializing backends on process exit
commit3e2bc847d815e8762da753cf60e7e49b61492699
authorChris Robinson <chris.kcat@gmail.com>
Wed, 3 Aug 2011 16:46:18 +0000 (3 09:46 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 3 Aug 2011 16:46:18 +0000 (3 09:46 -0700)
treed66bdfb85ff7d1cdcf3dd3612b1aeb8306e273f6
parentb5092a62125620a0f6f61f4baf821f2c5b379c60
Avoid closing devices and deinitializing backends on process exit

They are still closed and deinitialized when the DLL is simply being detached
(via FreeLibrary), however.
Alc/ALc.c