Efreet_Mime: update comment about symlinks on Windows

This commit is contained in:
Vincent Torri 2018-01-29 13:39:28 +01:00 committed by Jean-Philippe Andre
parent 78af66ffb4
commit 0c96d9e8cf
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ efreet_mime_special_check(const char *file)
struct stat s;
int path_len = 0;
/* no link on Windows < Vista */
/* no symlink on Windows */
#ifdef _WIN32
if (!stat(file, &s))
#else