Commit 00ef2665 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: kill warnings about stat and fstat

parent dcb88126
......@@ -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
......
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