Ensure alloca is not defined before defining
This commit is contained in:
parent
01a61a33f8
commit
1f2ff70463
1 changed files with 4 additions and 0 deletions
|
@ -601,6 +601,10 @@ enum STBVorbisError
|
|||
#undef __forceinline
|
||||
#endif
|
||||
#define __forceinline
|
||||
|
||||
#ifdef alloca
|
||||
#undef alloca
|
||||
#endif
|
||||
#define alloca __builtin_alloca
|
||||
#elif !defined(_MSC_VER)
|
||||
#if __GNUC__
|
||||
|
|
Loading…
Add table
Reference in a new issue