Saikyun
há 4 anos
committed by
GitHub
ascendente
cometimento
fd663024ea
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
src/external/stb_vorbis.h
|
|
@ -570,7 +570,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(__APPLE__) |
|
|
|
#include <alloca.h> |
|
|
|
#endif |
|
|
|
#else // STB_VORBIS_NO_CRT |
|
|
|