Commit 5a731192 authored by Rafaël Carré's avatar Rafaël Carré

Win32: move 64 bits lseek define to vlc_fs.h

parent 9b53351c
......@@ -72,6 +72,7 @@ static inline void vlc_rewinddir( DIR *dir )
# ifndef fstat
# define fstat _fstati64
# endif
# define lseek _lseeki64
# endif
#endif
......
......@@ -53,13 +53,6 @@
#endif
#include <dirent.h>
#if defined( WIN32 ) && !defined( UNDER_CE )
# ifdef lseek
# undef lseek
# endif
# define lseek _lseeki64
#endif
#include <vlc_common.h>
#include "fs.h"
#include <vlc_input.h>
......
......@@ -58,11 +58,6 @@ See http://www.vdr-wiki.de/ and http://www.tvdr.de/ for more information.
#include <time.h>
#include <errno.h>
#if defined( WIN32 ) && !defined( UNDER_CE )
# undef lseek
# define lseek _lseeki64
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_access.h>
......
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