From c9b6875d64cfa1fa17f74568c138b045f62c09c6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 14 Mar 2020 21:43:04 +1000 Subject: [PATCH] Minor change for the VC6 build. --- extras/speex_resampler/ma_speex_resampler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/speex_resampler/ma_speex_resampler.h b/extras/speex_resampler/ma_speex_resampler.h index 9d35fe7f..369f4d66 100644 --- a/extras/speex_resampler/ma_speex_resampler.h +++ b/extras/speex_resampler/ma_speex_resampler.h @@ -41,6 +41,7 @@ int ma_speex_resampler_get_expected_output_frame_count(SpeexResamplerState* st, #endif #if defined(_MSC_VER) && _MSC_VER <= 1200 /* 1200 = Visual Studio 6 */ #define inline _inline + #define MA_SPEEX_INLINE_DEFINED #endif #endif