From e576d24d5bc9d3b15d0ce7355fd779d9ca56a74e Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 12 Oct 2024 23:34:28 +0300 Subject: [PATCH] snd_mpg123.c: define MPG123_NO_LARGENAME --- Quake/snd_mpg123.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -