]> git.sesse.net Git - vlc/blobdiff - include/vlc_fs.h
Fix comment for VLC_CONFIG_LIST_CB
[vlc] / include / vlc_fs.h
index 669420cc7f09afc2a5cab894c3e46c8ab5b720ba..c37fa9ade9ac56eb368bdd96b7c03e894d8fcd63 100644 (file)
@@ -65,15 +65,13 @@ static inline void vlc_rewinddir( DIR *dir )
 # define rewinddir vlc_rewinddir
 
 # include <sys/stat.h>
-# 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__