Minor change for the VC6 build.

This commit is contained in:
David Reid
2020-03-14 21:43:04 +10:00
parent 388080d60b
commit c9b6875d64
@@ -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