mirror of
https://github.com/nothings/stb.git
synced 2025-12-28 16:54:38 +00:00
stb_vorbis: Fix macro redefinition warning on MinGW.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user