[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'fix_alloca' of https://github.com/Clownacy/stb into wor…
Browse files Browse the repository at this point in the history
…king
  • Loading branch information
Sean Barrett committed Jul 13, 2020
2 parents ce54bbc + d8df5e9 commit 58b2e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stb_vorbis.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
// github:manxorist saga musix github:infatum
// Timur Gagiev Maxwell Koo Peter Waller
// github:audinowho Dougall Johnson David Reid
// github:Clownacy
//
// Partial history:
// 1.19 - 2020-02-05 - warnings
Expand Down Expand Up @@ -577,7 +578,7 @@ enum STBVorbisError
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>
#endif
#if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__)
#if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__) || defined(__NEWLIB__)
#include <alloca.h>
#endif
#else // STB_VORBIS_NO_CRT
Expand Down

0 comments on commit 58b2e14

Please sign in to comment.