mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
filesrc: Remove unused #define on Windows
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/610>
This commit is contained in:
parent
6780dfd55a
commit
671e459d69
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@
|
||||||
#include <io.h> /* lseek, open, close, read */
|
#include <io.h> /* lseek, open, close, read */
|
||||||
/* On win32, stat* default to 32 bit; we need the 64-bit
|
/* On win32, stat* default to 32 bit; we need the 64-bit
|
||||||
* variants, so explicitly define it that way. */
|
* variants, so explicitly define it that way. */
|
||||||
#undef stat
|
|
||||||
#define stat __stat64
|
|
||||||
#undef fstat
|
#undef fstat
|
||||||
#define fstat _fstat64
|
#define fstat _fstat64
|
||||||
#undef lseek
|
#undef lseek
|
||||||
|
|
Loading…
Reference in a new issue