Handle binary files under Windows OK

Original commit message from CVS:
Handle binary files under Windows OK
This commit is contained in:
Steve Lhomme 2004-07-13 17:35:50 +00:00
parent f71ec9df53
commit 9b99ef6164
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-07-13 Steve Lhomme <steve.lhomme@free.fr>
* gst/elements/gstfilesrc.c:
Binary files support under Windows now OK
2004-07-13 Benjamin Otte <otte@gnome.org>
compatibility fixes for Solaris 8/gcc 2.95

View file

@ -51,7 +51,6 @@
#ifndef S_ISSOCK
#define S_ISSOCK(x) (0)
#endif
/* FIXME: is that enough or should we do #ifdef __WIN32__ stuff? */
#ifndef O_BINARY
#define O_BINARY (0)
#endif

View file

@ -51,7 +51,6 @@
#ifndef S_ISSOCK
#define S_ISSOCK(x) (0)
#endif
/* FIXME: is that enough or should we do #ifdef __WIN32__ stuff? */
#ifndef O_BINARY
#define O_BINARY (0)
#endif