Commit 40e79c38 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix directory compilation on Win32

parent b2786c43
......@@ -239,6 +239,7 @@ static bool has_inode_loop (const directory_t *dir)
return true;
#else
# define fstat( fd, st ) (0)
VLC_UNUSED( dir );
#endif
return false;
}
......
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