support for OpenAL 64bit on windows

This commit is contained in:
Brian Matzon 2009-03-17 21:36:18 +00:00
parent 975bf7d7a3
commit 8def41ccae
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public final class AL {
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_WINDOWS:
libname = "OpenAL32";
library_names = new String[]{"OpenAL32.dll"};
library_names = new String[]{"OpenAL64.dll", "OpenAL32.dll"};
break;
case LWJGLUtil.PLATFORM_LINUX:
libname = "openal";