1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

added WIN32-ism

svn path=/trunk/icecast/; revision=5589
This commit is contained in:
oddsock 2003-11-17 22:38:58 +00:00
parent a093271f95
commit d525290195

View File

@ -31,6 +31,7 @@
#ifdef WIN32
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define snprintf _snprintf
#endif
#define CATMODULE "format-mp3"