stb_vorbis: Fix macro redefinition warning on MinGW.
This commit is contained in:
parent
f54acd4e13
commit
1d35dc8609
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user