]> git.sesse.net Git - vlc/commitdiff
Win32: kill a warning
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Dec 2009 23:31:14 +0000 (00:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Dec 2009 23:31:14 +0000 (00:31 +0100)
modules/access/directory.c

index 73f65dbafe76ae6f2054ddcabacd3a831a5427e9..12f5636c227a859dc76efe4a6fcde2bf27ed52ed 100644 (file)
@@ -238,6 +238,7 @@ static bool has_inode_loop (const directory_t *dir)
         if ((dir->st.st_dev == dev) && (dir->st.st_ino == inode))
             return true;
 #else
+# undef fstat
 # define fstat( fd, st ) (0)
     VLC_UNUSED( dir );
 #endif