wince: don't define stat struct

This commit is contained in:
Rafaël Carré 2012-02-01 15:21:42 -05:00
parent 006357cf63
commit 67d04d60fc
1 changed files with 4 additions and 2 deletions

View File

@ -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