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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win32/msvc-compat.h b/src/win32/msvc-compat.h
index 8004bc1f8..12b50d981 100644
--- a/src/win32/msvc-compat.h
+++ b/src/win32/msvc-compat.h
@@ -9,9 +9,6 @@
#if defined(_MSC_VER)
-/* 64-bit stat information, regardless of USE_32BIT_TIME_T define */
-#define stat __stat64
-
typedef unsigned short mode_t;
typedef SSIZE_T ssize_t;