[xiph-commits] r9059 - trunk/vorbis-tools/oggenc

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Thu Mar 10 15:51:03 PST 2005


Author: msmith
Date: 2005-03-10 15:51:01 -0800 (Thu, 10 Mar 2005)
New Revision: 9059

Modified:
   trunk/vorbis-tools/oggenc/platform.c
Log:
Hack in stuff for yet another stupid windows compiler.
Bug #629



Modified: trunk/vorbis-tools/oggenc/platform.c
===================================================================
--- trunk/vorbis-tools/oggenc/platform.c	2005-03-10 20:20:09 UTC (rev 9058)
+++ trunk/vorbis-tools/oggenc/platform.c	2005-03-10 23:51:01 UTC (rev 9059)
@@ -38,7 +38,7 @@
 }
 #endif
 
-#if defined(__WATCOMC__) || defined(__BORLANDC__)
+#if defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__)
 void setbinmode(FILE *f)
 {
 	setmode(fileno(f), O_BINARY);



More information about the commits mailing list