summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-01-21 08:31:55 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-01-21 08:31:55 (GMT)
commit47beeb672672275b31120e6b578d4357843ab28f (patch)
treec04b63e479be3797eb3ac49c72e6158a8827ff84 /generic/tclTest.c
parent208a9acb6fac2e8e9f7a4d791e8f07fc75131f10 (diff)
parente98d01bfd847d1951270ab55ba9375dfc18605f3 (diff)
downloadtcl-47beeb672672275b31120e6b578d4357843ab28f.zip
tcl-47beeb672672275b31120e6b578d4357843ab28f.tar.gz
tcl-47beeb672672275b31120e6b578d4357843ab28f.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