[xiph-cvs] cvs commit: icecast/src format_mp3.c
Ed
oddsock at xiph.org
Mon Jul 7 15:02:39 PDT 2003
oddsock 03/07/07 18:02:39
Modified: src format_mp3.c
Log:
win32 goodies
Revision Changes Path
1.19 +5 -0 icecast/src/format_mp3.c
Index: format_mp3.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_mp3.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- format_mp3.c 6 Jul 2003 15:27:50 -0000 1.18
+++ format_mp3.c 7 Jul 2003 22:02:39 -0000 1.19
@@ -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
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list