1
0
Fork 0

Ensure alloca is not defined before defining

This commit is contained in:
krcroft 2019-12-02 19:13:02 -08:00 committed by Patryk Obara
parent 01a61a33f8
commit 1f2ff70463

View file

@ -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__