diff options
Diffstat (limited to 'generic/tclFCmd.c')
| -rw-r--r-- | generic/tclFCmd.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclFCmd.c b/generic/tclFCmd.c index 2b4977b..cc4f013 100644 --- a/generic/tclFCmd.c +++ b/generic/tclFCmd.c @@ -10,6 +10,11 @@   * this file, and for a DISCLAIMER OF ALL WARRANTIES.   */ +#ifndef _WIN64 +/* See [Bug 2935503]: file mtime sets wrong time */ +#   define _USE_32BIT_TIME_T +#endif +  #include "tclInt.h"  /*  | 
