openal32: Prefer native version.
commit7d6c6025923c039ac6a2458ca466290621238c36
authorAndrew Eikum <aeikum@codeweavers.com>
Fri, 2 Oct 2015 14:02:56 +0000 (2 09:02 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Oct 2015 15:01:56 +0000 (6 00:01 +0900)
treedbb1caecfab73e913640ab782b0f1ab79b753c8e
parentfc94e5dd5f9faaa36d084a8e4eeebf719cde2bbf
openal32: Prefer native version.

Because openal contexts are global per-process, applications that use
openal will conflict with Wine DLLs that use openal like xaudio2_7 now
does. Windows does not ship an openal32, so all applications that use
openal will ship their own copy of it. According to Chris Robinson,
Windows native openal32 works fine in Wine, so we should just use that
to avoid the problem.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
dlls/openal32/openal.c