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