summaryrefslogtreecommitdiff
path: root/win32/config_H.vc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r--win32/config_H.vc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 8fcfb0fbfb..c4ba4a51cc 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -2950,9 +2950,9 @@
/* Off_t_size:
* This symbol holds the number of bytes used by the Off_t.
*/
-#define Off_t off_t /* <offset> type */
-#define LSEEKSIZE 4 /* <offset> size */
-#define Off_t_size 4 /* <offset> size */
+#define Off_t __int64 /* <offset> type */
+#define LSEEKSIZE 8 /* <offset> size */
+#define Off_t_size 8 /* <offset> size */
/* Free_t:
* This variable contains the return type of free(). It is usually
@@ -3445,7 +3445,7 @@
* should be used when available.
*/
#ifndef USE_LARGE_FILES
-/*#define USE_LARGE_FILES /**/
+#define USE_LARGE_FILES /**/
#endif
/* USE_LONG_DOUBLE: