summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.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)
commitcf850be37c59a3eba3ffe4e91083df63b0884e2d (patch)
tree1f6bd48dcd1089e042cf19078684ace2bdf980bb /generic/tclTest.c
parent14a4ac7508a9dcc47f15868e2623d6431d498bad (diff)
parentebf98dc88745b06ea047608ddb438cf2f7ce74d4 (diff)
downloadtcl-cf850be37c59a3eba3ffe4e91083df63b0884e2d.zip
tcl-cf850be37c59a3eba3ffe4e91083df63b0884e2d.tar.gz
tcl-cf850be37c59a3eba3ffe4e91083df63b0884e2d.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 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"