Commit f9536fbd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: undef lseek before redefining it

parent 8d52e7ba
...@@ -71,7 +71,8 @@ static inline void vlc_rewinddir( DIR *dir ) ...@@ -71,7 +71,8 @@ static inline void vlc_rewinddir( DIR *dir )
# ifndef fstat # ifndef fstat
# define fstat _fstati64 # define fstat _fstati64
# endif # endif
#define lseek _lseeki64 # undef lseek
# define lseek _lseeki64
#endif #endif
#ifdef __ANDROID__ #ifdef __ANDROID__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment