filesrc: Remove unused #define on Windows

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/610>
This commit is contained in:
Sebastian Dröge 2020-09-02 17:01:35 +03:00 committed by Seungha Yang
parent 6780dfd55a
commit 671e459d69

View file

@ -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