diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-19 21:22:56 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-19 21:22:56 (GMT) |
| commit | ebf98dc88745b06ea047608ddb438cf2f7ce74d4 (patch) | |
| tree | a2b88d5c4f0c32a4d74c057bad4b99f513585acf /generic/tclTest.c | |
| parent | 12ee33be32ed8a2806c7e701a94f0ed3789a9a86 (diff) | |
| download | tcl-ebf98dc88745b06ea047608ddb438cf2f7ce74d4.zip tcl-ebf98dc88745b06ea047608ddb438cf2f7ce74d4.tar.gz tcl-ebf98dc88745b06ea047608ddb438cf2f7ce74d4.tar.bz2 | |
[Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index e870236..194f110 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -15,6 +15,11 @@ * of 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 <sys/stat.h> #include "tclInt.h" |
