Skip to content
Snippets Groups Projects
Commit f9536fbd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Win32: undef lseek before redefining it

parent 8d52e7ba
No related branches found
No related tags found
No related merge requests found
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment