diff options
Diffstat (limited to 'win/tclWinFile.c')
| -rw-r--r-- | win/tclWinFile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index a772015..df1c25b 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -12,6 +12,9 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#ifndef _WIN64 +# define _USE_32BIT_TIME_T +#endif #include "tclWinInt.h" #include "tclFileSystem.h" #include <winioctl.h> |
