[xiph-cvs] cvs commit: icecast/src format_mp3.c

Ed oddsock at xiph.org
Mon Nov 17 14:38:58 PST 2003



oddsock     03/11/17 17:38:58

  Modified:    src      format_mp3.c
  Log:
  added WIN32-ism

Revision  Changes    Path
1.26      +1 -0      icecast/src/format_mp3.c

Index: format_mp3.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_mp3.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- format_mp3.c	11 Nov 2003 18:21:49 -0000	1.25
+++ format_mp3.c	17 Nov 2003 22:38:58 -0000	1.26
@@ -31,6 +31,7 @@
 #ifdef WIN32
 #define strcasecmp stricmp
 #define strncasecmp strnicmp
+#define snprintf _snprintf
 #endif
 
 #define CATMODULE "format-mp3"

<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