[xiph-cvs] cvs commit: vorbis-tools/oggenc platform.c
Monty
xiphmont at xiph.org
Wed Jan 31 13:38:39 PST 2001
xiphmont 01/01/31 13:38:39
Modified: oggenc platform.c
Log:
correct setbinmode ifdefs
Revision Changes Path
1.4 +1 -1 vorbis-tools/oggenc/platform.c
Index: platform.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- platform.c 2001/01/30 09:50:05 1.3
+++ platform.c 2001/01/31 21:38:38 1.4
@@ -52,7 +52,7 @@
}
#endif
-#ifdef __WATCOMC__ || __BORLANDC__
+#if defined(__WATCOMC__) || defined(__BORLANDC__)
void setbinmode(FILE *f)
{
setmode(fileno(f), O_BINARY);
--- >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