[vlc-commits] Win32: kill warnings about stat and fstat

Jean-Baptiste Kempf git at videolan.org
Fri Jan 4 11:53:06 CET 2013


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan  4 12:52:44 2013 +0100| [00ef2665653d143fa9ff85487c2848aadba155e5] | committer: Jean-Baptiste Kempf

Win32: kill warnings about stat and fstat

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=00ef2665653d143fa9ff85487c2848aadba155e5
---

 include/vlc_common.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 9183ed3..015a4ba 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -402,6 +402,8 @@ typedef struct meta_engine_t meta_engine_t;
 
 # ifndef UNDER_CE
 struct _stati64;
+#  undef stat
+#  undef fstat
 #  define stat _stati64
 #  define fstat _fstati64
 #endif



More information about the vlc-commits mailing list