From 4987ecc3600996e7548742076fee36aab3e62b2e Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 15 Feb 2020 07:30:32 +1000 Subject: [PATCH] stb_vorbis: Fix macro redefinition warning on MinGW. --- extras/stb_vorbis.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/stb_vorbis.c b/extras/stb_vorbis.c index b28944a4..bc6fbe25 100644 --- a/extras/stb_vorbis.c +++ b/extras/stb_vorbis.c @@ -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