[vlc-commits] wince: don't define stat struct

Rafaël Carré git at videolan.org
Wed Feb 1 21:22:21 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Feb  1 15:21:42 2012 -0500| [67d04d60fcb0d7630760adc90cea9b8b96389353] | committer: Rafaël Carré

wince: don't define stat struct

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67d04d60fcb0d7630760adc90cea9b8b96389353
---

 include/vlc_fs.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/vlc_fs.h b/include/vlc_fs.h
index 498eed1..d5b78e2 100644
--- a/include/vlc_fs.h
+++ b/include/vlc_fs.h
@@ -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
 



More information about the vlc-commits mailing list