Commit ebeff9e3 authored by David Reid's avatar David Reid

Fix Visual Studio 2005 compilation errors.

parent c11d82b8
...@@ -39,7 +39,7 @@ int ma_speex_resampler_get_expected_output_frame_count(SpeexResamplerState* st, ...@@ -39,7 +39,7 @@ int ma_speex_resampler_get_expected_output_frame_count(SpeexResamplerState* st,
#endif #endif
#endif #endif
#endif #endif
#if defined(_MSC_VER) && _MSC_VER <= 1200 /* 1200 = Visual Studio 6 */ #if defined(_MSC_VER) && _MSC_VER <= 1400 /* 1400 = Visual Studio 2005 */
#define inline _inline #define inline _inline
#define MA_SPEEX_INLINE_DEFINED #define MA_SPEEX_INLINE_DEFINED
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment