stb_vorbis: Fix macro redefinition warning on MinGW.

This commit is contained in:
David Reid
2020-02-15 07:30:32 +10:00
parent 6edd3cfd94
commit 4987ecc360
+2
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