stb_vorbis: Fix macro redefinition warning on MinGW.

This commit is contained in:
David Reid 2020-02-15 07:23:22 +10:00
parent f54acd4e13
commit 1d35dc8609

View File

@ -599,7 +599,9 @@ enum STBVorbisError
#undef __forceinline
#endif
#define __forceinline
#ifndef alloca
#define alloca __builtin_alloca
#endif
#elif !defined(_MSC_VER)
#if __GNUC__
#define __forceinline inline