mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
win32 goodies
svn path=/trunk/icecast/; revision=5093
This commit is contained in:
parent
729d65ae52
commit
8ce77fc778
@ -22,6 +22,11 @@
|
||||
|
||||
#include "format_mp3.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define strcasecmp stricmp
|
||||
#define strncasecmp strnicmp
|
||||
#endif
|
||||
|
||||
#define CATMODULE "format-mp3"
|
||||
|
||||
/* Note that this seems to be 8192 in shoutcast - perhaps we want to be the
|
||||
|
Loading…
Reference in New Issue
Block a user