summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 07:59:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 07:59:58 (GMT)
commit986915b1fc9f3ad191721b4cb60476629d0ed4c4 (patch)
tree303130da4d4f15e9ff789c725197316add30d792 /win
parent63956c8deec1ead82e128fb072795a30425b04f6 (diff)
downloadtcl-986915b1fc9f3ad191721b4cb60476629d0ed4c4.zip
tcl-986915b1fc9f3ad191721b4cb60476629d0ed4c4.tar.gz
tcl-986915b1fc9f3ad191721b4cb60476629d0ed4c4.tar.bz2
[Bug 2935503]: Windows: file mtime sets wrong time
Diffstat (limited to 'win')
-rw-r--r--win/tclWinFile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index c98c42c..5a3f193 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -13,6 +13,7 @@
*/
#ifndef _WIN64
+/* See [Bug 2935503]: file mtime sets wrong time */
# define _USE_32BIT_TIME_T
#endif
#include <sys/stat.h>