blender/intern
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
..
action Yes I did it again ;) 2002-11-25 09:53:07 +00:00
bmfont Created a Makefile and got it actually to compile :) 2002-12-16 12:02:24 +00:00
bsp Back at it ;) 2002-12-20 09:39:02 +00:00
container And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
decimation And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
ghost -static void SleepTillEvent(Display *display, GHOST_TUns64 maxSleep) { 2002-12-19 20:08:12 +00:00
guardedalloc Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
iksolver Fixed this warning: 2002-12-19 20:06:07 +00:00
img Yes I did it again ;) 2002-11-25 09:53:07 +00:00
keymaker Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
make/msvc_6_0 Some more clean up in the intern MSVC project files. 2002-11-14 22:43:55 +00:00
memutil And the rest! ;) --aphex 2002-12-12 21:16:46 +00:00
moto Gilles's patch to get rid of the the same identifier warnings 2002-12-14 15:38:45 +00:00
python These freeze changes give working frozen Python code on Windows. 2002-12-01 22:58:29 +00:00
SoundSystem Shrunk the hack so it didn't get used in newer versions of OpenAL which 2002-12-20 19:27:39 +00:00
string Corrected intern lib names so blendercreator.dsp can find them. 2002-12-14 12:31:17 +00:00
BL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
GPL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
Makefile Updated it so intern/python/freeze is combined into intern's Makefile 2002-11-06 21:19:23 +00:00