Commit c9b6875d authored by David Reid's avatar David Reid

Minor change for the VC6 build.

parent 388080d6
...@@ -41,6 +41,7 @@ int ma_speex_resampler_get_expected_output_frame_count(SpeexResamplerState* st, ...@@ -41,6 +41,7 @@ int ma_speex_resampler_get_expected_output_frame_count(SpeexResamplerState* st,
#endif #endif
#if defined(_MSC_VER) && _MSC_VER <= 1200 /* 1200 = Visual Studio 6 */ #if defined(_MSC_VER) && _MSC_VER <= 1200 /* 1200 = Visual Studio 6 */
#define inline _inline #define inline _inline
#define MA_SPEEX_INLINE_DEFINED
#endif #endif
#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