diff options
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 7520a55f3d..718438790d 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3723,9 +3723,9 @@ /* Off_t_size: * This symbol holds the number of bytes used by the Off_t. */ -#define Off_t __int64 /* <offset> type */ -#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 |