summaryrefslogtreecommitdiff
path: root/third_party/speex/libspeex/stack_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/speex/libspeex/stack_alloc.h')
-rw-r--r--third_party/speex/libspeex/stack_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/speex/libspeex/stack_alloc.h b/third_party/speex/libspeex/stack_alloc.h
index 5264e666..bd973fa3 100644
--- a/third_party/speex/libspeex/stack_alloc.h
+++ b/third_party/speex/libspeex/stack_alloc.h
@@ -36,7 +36,7 @@
#define STACK_ALLOC_H
#ifdef USE_ALLOCA
-# ifdef WIN32
+# if (defined(WIN32) || defined(WIN64))
# include <malloc.h>
# else
# ifdef HAVE_ALLOCA_H