summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 08:30:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 08:30:46 (GMT)
commitc30ddb5b116b0c98472ae9f6a1b98647d623792b (patch)
tree7c99edddbdf056e016bea0c4f2c08ffa130f0fea /win/tclWinPort.h
parent867c43d532baf487d1e270fd7e69a9e78698a740 (diff)
parent5a7a628375d4ce2645419adcc61acc3c0bb19ab6 (diff)
downloadtcl-c30ddb5b116b0c98472ae9f6a1b98647d623792b.zip
tcl-c30ddb5b116b0c98472ae9f6a1b98647d623792b.tar.gz
tcl-c30ddb5b116b0c98472ae9f6a1b98647d623792b.tar.bz2
[Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r--win/tclWinPort.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 9b19b23..6e9f2ad 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -14,6 +14,11 @@
#ifndef _TCLWINPORT
#define _TCLWINPORT
+#ifndef _WIN64
+/* See [Bug 2935503]: file mtime sets wrong time */
+# define _USE_32BIT_TIME_T
+#endif
+
/*
* We must specify the lower version we intend to support.
*