summaryrefslogtreecommitdiff
path: root/third_party/speex/include/speex/speex.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/speex/include/speex/speex.h')
-rw-r--r--third_party/speex/include/speex/speex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/speex/include/speex/speex.h b/third_party/speex/include/speex/speex.h
index 82ba0162..b16b1aba 100644
--- a/third_party/speex/include/speex/speex.h
+++ b/third_party/speex/include/speex/speex.h
@@ -411,7 +411,7 @@ extern const SpeexMode * const speex_mode_list[SPEEX_NB_MODES];
/** Obtain one of the modes available */
const SpeexMode * speex_lib_get_mode (int mode);
-#ifndef WIN32
+#if (!defined(WIN32) && !defined(WIN64))
/* We actually override the function in the narrowband case so that we can avoid linking in the wideband stuff */
#define speex_lib_get_mode(mode) ((mode)==SPEEX_MODEID_NB ? &speex_nb_mode : speex_lib_get_mode (mode))
#endif