http://bugs.winehq.org/show_bug.cgi?id=22622
Maarten Lankhorst m.b.lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |m.b.lankhorst@gmail.com
--- Comment #5 from Maarten Lankhorst m.b.lankhorst@gmail.com 2010-05-09 02:17:24 --- Hi Dan,
Does changing wine_alcCloseDevice to this work around this hang?
{ ALCboolean ret; EnterCriticalSection(&openal_cs); ret = alcCloseDevice(device); LeaveCriticalSection(&openal_cs); return ret; }