diff --git a/Quake/snd_mpg123.c b/Quake/snd_mpg123.c index 74508f23d..a2535aafd 100644 --- a/Quake/snd_mpg123.c +++ b/Quake/snd_mpg123.c @@ -25,6 +25,7 @@ #include "snd_mp3.h" #include +#define MPG123_NO_LARGENAME #define MPG123_DEF_SSIZE_T /* we do define ssize_t in our stdinc.h */ #include @@ -220,4 +221,3 @@ snd_codec_t mp3_codec = }; #endif /* USE_CODEC_MP3 */ -