[xiph-commits] r8342 - icecast/trunk/icecast/src

oddsock at motherfish-iii.xiph.org oddsock at motherfish-iii.xiph.org
Tue Dec 7 13:47:29 PST 2004


Author: oddsock
Date: 2004-12-07 13:47:28 -0800 (Tue, 07 Dec 2004)
New Revision: 8342

Modified:
   icecast/trunk/icecast/src/format_ogg.c
Log:
win32 compile

Modified: icecast/trunk/icecast/src/format_ogg.c
===================================================================
--- icecast/trunk/icecast/src/format_ogg.c	2004-12-07 21:06:26 UTC (rev 8341)
+++ icecast/trunk/icecast/src/format_ogg.c	2004-12-07 21:47:28 UTC (rev 8342)
@@ -37,6 +37,10 @@
 #ifdef HAVE_THEORA
 #include "format_theora.h"
 #endif
+
+#ifdef _WIN32
+#define snprintf _snprintf
+#endif
 
 #define CATMODULE "format-ogg"
 #include "logging.h"



More information about the commits mailing list