From d7aa4332dae06ae890053dd13239ddabee46b86c Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Wed, 19 Jun 2013 06:47:43 +0000 Subject: Re #1680: Add initial support for Win64 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4537 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/speex/libspeex/stack_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/speex/libspeex') 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 # else # ifdef HAVE_ALLOCA_H -- cgit v1.2.3