]> git.jsancho.org Git - lugaru.git/commitdiff
fixed header include for Windows in 'openal_wrapper.cpp'
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 07:11:05 +0000 (02:11 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 07:11:05 +0000 (02:11 -0500)
Source/openal_wrapper.cpp

index b6292ab3233b56993c6e6ca8ee6358c477497ffa..686bd2450557160e92265ee5cf7b1305088b4f75 100644 (file)
@@ -26,8 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef _MSC_VER
-#include <alloca.h>
+#ifdef _WIN32
+#include <malloc.h>
 #endif
 
 #include "MacCompatibility.h"