]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.cpp
fixed header include for Windows in 'openal_wrapper.cpp'
[lugaru.git] / 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"