summaryrefslogtreecommitdiff
path: root/third_party/build/speex/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/build/speex/config.h')
-rw-r--r--third_party/build/speex/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/build/speex/config.h b/third_party/build/speex/config.h
index ba7be7a6..be19e733 100644
--- a/third_party/build/speex/config.h
+++ b/third_party/build/speex/config.h
@@ -12,6 +12,7 @@
#define EXPORT
#if (defined(PJ_WIN32) && PJ_WIN32!=0) || \
+ (defined(PJ_WIN64) && PJ_WIN64!=0) || \
(defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE != 0)
# include "../../speex/win32/config.h"
#else