From b1cd3085f25e1307409c0613a45ea93baa310683 Mon Sep 17 00:00:00 2001 From: oddsock Date: Mon, 7 Jul 2003 22:04:29 +0000 Subject: [PATCH] cleaned a bit svn path=/trunk/icecast/; revision=5094 --- src/format_mp3.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/format_mp3.c b/src/format_mp3.c index 7ff0f4ef..c4bb7d8b 100644 --- a/src/format_mp3.c +++ b/src/format_mp3.c @@ -25,6 +25,7 @@ #ifdef WIN32 #define strcasecmp stricmp #define strncasecmp strnicmp +#define alloca _alloca #endif #define CATMODULE "format-mp3" @@ -53,10 +54,6 @@ typedef struct { int metadata_offset; } mp3_client_data; -#ifdef WIN32 -#define alloca _alloca -#endif - format_plugin_t *format_mp3_get_plugin(http_parser_t *parser) { char *metadata; -- GitLab