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