summaryrefslogtreecommitdiff
path: root/src/win32/msvc-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/msvc-compat.h')
-rw-r--r--src/win32/msvc-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/msvc-compat.h b/src/win32/msvc-compat.h
index 50865ed17..f79acaacc 100644
--- a/src/win32/msvc-compat.h
+++ b/src/win32/msvc-compat.h
@@ -15,7 +15,7 @@
# define R_OK 4 /* read mode check */
# define lseek _lseeki64
-# define stat _stat64
+# define stat __stat64
# define fstat _fstat64
/* stat: file mode type testing macros */