mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Handle binary files under Windows OK
Original commit message from CVS: Handle binary files under Windows OK
This commit is contained in:
parent
f71ec9df53
commit
9b99ef6164
3 changed files with 4 additions and 2 deletions
|
@ -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>
|
2004-07-13 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
compatibility fixes for Solaris 8/gcc 2.95
|
compatibility fixes for Solaris 8/gcc 2.95
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
#ifndef S_ISSOCK
|
#ifndef S_ISSOCK
|
||||||
#define S_ISSOCK(x) (0)
|
#define S_ISSOCK(x) (0)
|
||||||
#endif
|
#endif
|
||||||
/* FIXME: is that enough or should we do #ifdef __WIN32__ stuff? */
|
|
||||||
#ifndef O_BINARY
|
#ifndef O_BINARY
|
||||||
#define O_BINARY (0)
|
#define O_BINARY (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
#ifndef S_ISSOCK
|
#ifndef S_ISSOCK
|
||||||
#define S_ISSOCK(x) (0)
|
#define S_ISSOCK(x) (0)
|
||||||
#endif
|
#endif
|
||||||
/* FIXME: is that enough or should we do #ifdef __WIN32__ stuff? */
|
|
||||||
#ifndef O_BINARY
|
#ifndef O_BINARY
|
||||||
#define O_BINARY (0)
|
#define O_BINARY (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue