mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +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 */
|
||||
/* On win32, stat* default to 32 bit; we need the 64-bit
|
||||
* variants, so explicitly define it that way. */
|
||||
#undef stat
|
||||
#define stat __stat64
|
||||
#undef fstat
|
||||
#define fstat _fstat64
|
||||
#undef lseek
|
||||
|
|
Loading…
Reference in a new issue