From d52529019526b15319e3e9846a8f4dccd7f8c170 Mon Sep 17 00:00:00 2001 From: oddsock Date: Mon, 17 Nov 2003 22:38:58 +0000 Subject: [PATCH] added WIN32-ism svn path=/trunk/icecast/; revision=5589 --- src/format_mp3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/format_mp3.c b/src/format_mp3.c index 74033f2a..c847486f 100644 --- a/src/format_mp3.c +++ b/src/format_mp3.c @@ -31,6 +31,7 @@ #ifdef WIN32 #define strcasecmp stricmp #define strncasecmp strnicmp +#define snprintf _snprintf #endif #define CATMODULE "format-mp3"