X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_fs.h;h=c37fa9ade9ac56eb368bdd96b7c03e894d8fcd63;hb=fa51c9939bf475de32ed377f9ba26ea2da6565e5;hp=669420cc7f09afc2a5cab894c3e46c8ab5b720ba;hpb=e917fdc8fe8d53f287479b81b49106f2fad9643b;p=vlc diff --git a/include/vlc_fs.h b/include/vlc_fs.h index 669420cc7f..c37fa9ade9 100644 --- a/include/vlc_fs.h +++ b/include/vlc_fs.h @@ -65,15 +65,13 @@ static inline void vlc_rewinddir( DIR *dir ) # define rewinddir vlc_rewinddir # include -# ifndef UNDER_CE -# ifndef stat -# define stat _stati64 -# endif -# ifndef fstat -# define fstat _fstati64 -# endif -# define lseek _lseeki64 +# ifndef stat +# define stat _stati64 # endif +# ifndef fstat +# define fstat _fstati64 +# endif +#define lseek _lseeki64 #endif #ifdef __ANDROID__