mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
those darn EOL chars
svn path=/trunk/icecast/; revision=4196
This commit is contained in:
parent
a210e9f58f
commit
ba5e903735
10
src/format.c
10
src/format.c
@ -20,11 +20,11 @@
|
||||
#include "log.h"
|
||||
#include "logging.h"
|
||||
#define CATMODULE "format"
|
||||
|
||||
#ifdef WIN32
|
||||
#define strcasecmp stricmp
|
||||
#define strncasecmp strnicmp
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define strcasecmp stricmp
|
||||
#define strncasecmp strnicmp
|
||||
#endif
|
||||
|
||||
format_type_t format_get_type(char *contenttype)
|
||||
{
|
||||
|
@ -43,10 +43,10 @@ typedef struct {
|
||||
int metadata_age;
|
||||
int metadata_offset;
|
||||
} mp3_client_data;
|
||||
|
||||
#ifdef WIN32
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
|
||||
format_plugin_t *format_mp3_get_plugin(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user