summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-01-22 12:13:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-01-22 12:13:17 (GMT)
commitb96fd52bcba33e8f663042cd073454aa954723a8 (patch)
treef8e7b570982f2b528ff94f6e3389ec228acc95c0 /generic/tclTest.c
parent7a28ca58d78656d8cac01cff71138f393cb52b5d (diff)
parent4aed2bc2cd16fef4ffe748ec35725686038a4fbb (diff)
downloadtcl-b96fd52bcba33e8f663042cd073454aa954723a8.zip
tcl-b96fd52bcba33e8f663042cd073454aa954723a8.tar.gz
tcl-b96fd52bcba33e8f663042cd073454aa954723a8.tar.bz2
merge from 8.5 main branch
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 98208af..cb0faad 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
+
#define TCL_TEST
#include "tclInt.h"