summaryrefslogtreecommitdiffstats
path: root/generic/tclFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-21 08:31:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-21 08:31:08 (GMT)
commit4aed2bc2cd16fef4ffe748ec35725686038a4fbb (patch)
tree1f6bd48dcd1089e042cf19078684ace2bdf980bb /generic/tclFCmd.c
parent1fee70e19851cf0cd15e831a21a558dc898045d7 (diff)
parent11fcad9b1df2c2cf7d5ada8feb565c97b9777fef (diff)
downloadtcl-4aed2bc2cd16fef4ffe748ec35725686038a4fbb.zip
tcl-4aed2bc2cd16fef4ffe748ec35725686038a4fbb.tar.gz
tcl-4aed2bc2cd16fef4ffe748ec35725686038a4fbb.tar.bz2
Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h
Diffstat (limited to 'generic/tclFCmd.c')
-rw-r--r--generic/tclFCmd.c5
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"
/*