Commit 4987ecc3 authored by David Reid's avatar David Reid

stb_vorbis: Fix macro redefinition warning on MinGW.

parent 6edd3cfd
...@@ -599,7 +599,9 @@ enum STBVorbisError ...@@ -599,7 +599,9 @@ enum STBVorbisError
#undef __forceinline #undef __forceinline
#endif #endif
#define __forceinline #define __forceinline
#ifndef alloca
#define alloca __builtin_alloca #define alloca __builtin_alloca
#endif
#elif !defined(_MSC_VER) #elif !defined(_MSC_VER)
#if __GNUC__ #if __GNUC__
#define __forceinline inline #define __forceinline inline
......
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