Commit 67d04d60 authored by Rafaël Carré's avatar Rafaël Carré

wince: don't define stat struct

parent 006357cf
......@@ -65,8 +65,10 @@ static inline void vlc_rewinddir( DIR *dir )
# define rewinddir vlc_rewinddir
# include <sys/stat.h>
# ifndef stat
# define stat _stati64
# ifndef UNDER_CE
# ifndef stat
# define stat _stati64
# endif
# endif
#endif
......
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