summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-21 08:31:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-21 08:31:55 (GMT)
commit275f13c8c23a27625a0931a59f2fe57449a55b39 (patch)
treec04b63e479be3797eb3ac49c72e6158a8827ff84 /generic/tclTest.c
parentcc22ceefdff6f11cca4bc8b8221a3b03c89aa58d (diff)
parentcf850be37c59a3eba3ffe4e91083df63b0884e2d (diff)
downloadtcl-275f13c8c23a27625a0931a59f2fe57449a55b39.zip
tcl-275f13c8c23a27625a0931a59f2fe57449a55b39.tar.gz
tcl-275f13c8c23a27625a0931a59f2fe57449a55b39.tar.bz2
Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index cd23319..37ec751 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -15,6 +15,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
+
#undef STATIC_BUILD
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS