mirror of
https://github.com/nothings/stb
synced 2024-12-16 04:42:42 +03:00
Merge branch 'alloca-fix' of https://github.com/mackron/stb into test
This commit is contained in:
commit
cae97bdb17
@ -599,7 +599,9 @@ enum STBVorbisError
|
|||||||
#undef __forceinline
|
#undef __forceinline
|
||||||
#endif
|
#endif
|
||||||
#define __forceinline
|
#define __forceinline
|
||||||
|
#ifndef alloca
|
||||||
#define alloca __builtin_alloca
|
#define alloca __builtin_alloca
|
||||||
|
#endif
|
||||||
#elif !defined(_MSC_VER)
|
#elif !defined(_MSC_VER)
|
||||||
#if __GNUC__
|
#if __GNUC__
|
||||||
#define __forceinline inline
|
#define __forceinline inline
|
||||||
|
Loading…
Reference in New Issue
Block a user