blender/intern/SoundSystem
Kent Mein e5341714b6 Shrunk the hack so it didn't get used in newer versions of OpenAL which
seems to be working.

Kent

(diff follows)

Index: SND_OpenALDevice.cpp
===================================================================
RCS file: /cvs01/blender/source/gameengine/SoundSystem/openal/SND_OpenALDevice.cpp,v
retrieving revision 1.4
diff -u -r1.4 SND_OpenALDevice.cpp
--- SND_OpenALDevice.cpp        2002/11/25 15:29:57     1.4
+++ SND_OpenALDevice.cpp        2002/12/20 19:26:04
@@ -59,7 +59,7 @@
 #include <fcntl.h>

 /* untill openal gets unified we need this hack for non-windows systems */
-#ifndef WIN32
+#if !defined(WIN32) && !defined(ALC_MAJOR_VERSION)
2002-12-20 19:27:39 +00:00
..
dummy Last of the config.h mods... 2002-11-25 15:29:57 +00:00
fmod Last of the config.h mods... 2002-11-25 15:29:57 +00:00
intern sgefants patch to remove the License Key stuff. 2002-12-06 19:48:37 +00:00
openal Shrunk the hack so it didn't get used in newer versions of OpenAL which 2002-12-20 19:27:39 +00:00
SND_test updated .c files to include: 2002-11-25 12:02:15 +00:00
Makefile Added fmod sound for OSX and fixed some endian problems in 2002-11-04 21:50:33 +00:00
SND_C-api.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_CDObject.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_DependKludge.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_DeviceManager.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_IAudioDevice.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_Object.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_Scene.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_SoundListener.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_SoundObject.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_Utils.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_WaveCache.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SND_WaveSlot.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00
SoundDefines.h Did all of the .h's in source 2002-11-25 11:16:17 +00:00