[Bf-committers] diff openal/SND_OpenALDevice.cpp

Gilles J. Seguin bf-committers@blender.org
Sat, 14 Dec 2002 02:09:31 -0500


Index: blender/source/gameengine/SoundSystem/openal/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/14 07:05:54
@@ -59,7 +59,8 @@
 #include <fcntl.h>
 
 /* untill openal gets unified we need this hack for non-windows systems */
-#ifndef WIN32
+#if 0
+/* #ifndef WIN32 */
 
 #include <malloc.h>