summaryrefslogtreecommitdiff
path: root/wsutil/filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/filesystem.c')
-rw-r--r--wsutil/filesystem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/filesystem.c b/wsutil/filesystem.c
index 3cfc1b87ee..bfdcef4fe0 100644
--- a/wsutil/filesystem.c
+++ b/wsutil/filesystem.c
@@ -1960,7 +1960,8 @@ file_exists(const char *fname)
return FALSE;
}
-#ifdef _WIN32
+#if _MSC_VER < 1900
+
/*
* This is a bit tricky on win32. The st_ino field is documented as:
* "The inode, and therefore st_ino, has no meaning in the FAT, ..."