]> git.sesse.net Git - vlc/blobdiff - include/vlc_fs.h
qt4: remove --qt-autosave-volume
[vlc] / include / vlc_fs.h
index 3c5c7a90fa53bada304294ab542bbd3c22de8497..94b85157b1d9d1c131259ead10a354a47b4893a5 100644 (file)
@@ -63,6 +63,16 @@ static inline void vlc_rewinddir( DIR *dir )
 }
 # undef rewinddir
 # define rewinddir vlc_rewinddir
+
+# include <sys/stat.h>
+# ifndef UNDER_CE
+#  ifndef stat
+#   define stat _stati64
+#  endif
+#  ifndef fstat
+#   define fstat _fstati64
+#  endif
+# endif
 #endif
 
 struct stat;