diff options
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 8bdb7de9d9..490af3d7d8 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3735,13 +3735,9 @@ /* Off_t_size: * This symbol holds the number of bytes used by the Off_t. */ -#ifndef __GNUC__ -# define Off_t __int64 /* <offset> type */ -#else -# define Off_t long long /* <offset> type */ -#endif -#define LSEEKSIZE 8 /* <offset> size */ -#define Off_t_size 8 /* <offset> size */ +#define Off_t long /* <offset> type */ +#define LSEEKSIZE 4 /* <offset> size */ +#define Off_t_size 4 /* <offset> size */ /* PERL_MAD: * This symbol, if defined, indicates that the Misc Attribution |