diff --git a/stb_vorbis.c b/stb_vorbis.c index 3e5c2504c..b2b275b9e 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -74,6 +74,11 @@ #ifndef STB_VORBIS_INCLUDE_STB_VORBIS_H #define STB_VORBIS_INCLUDE_STB_VORBIS_H +#ifdef STB_VORBIS_NO_PULLDATA_API + #define STB_VORBIS_NO_INTEGER_CONVERSION + #define STB_VORBIS_NO_STDIO +#endif + #if defined(STB_VORBIS_NO_CRT) && !defined(STB_VORBIS_NO_STDIO) #define STB_VORBIS_NO_STDIO 1 #endif