mirror of
https://github.com/nothings/stb
synced 2024-12-15 20:32:33 +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
|
||||
#endif
|
||||
#define __forceinline
|
||||
#ifndef alloca
|
||||
#define alloca __builtin_alloca
|
||||
#endif
|
||||
#elif !defined(_MSC_VER)
|
||||
#if __GNUC__
|
||||
#define __forceinline inline
|
||||
|
Loading…
Reference in New Issue
Block a user