1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Win32: undef lseek before redefining it

This commit is contained in:
Jean-Baptiste Kempf 2013-01-15 16:10:40 +01:00
parent 8d52e7baff
commit f9536fbd1e

View File

@ -71,7 +71,8 @@ static inline void vlc_rewinddir( DIR *dir )
# ifndef fstat
# define fstat _fstati64
# endif
#define lseek _lseeki64
# undef lseek
# define lseek _lseeki64
#endif
#ifdef __ANDROID__