summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2011-11-22 08:25:26 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2011-11-22 08:25:26 (GMT)
commita3a572fc9d37ee1946b248a6147fa79c8596e22b (patch)
treecefc496fa17b9106333018172d505a2a317034b9 /win/tclWinFile.c
parent3cff78d9a82cf1635bbf97e5f423249eae532ba6 (diff)
parent8ede6c11af397b84a1fb7e2eaf446e7d4f4cae86 (diff)
downloadtcl-a3a572fc9d37ee1946b248a6147fa79c8596e22b.zip
tcl-a3a572fc9d37ee1946b248a6147fa79c8596e22b.tar.gz
tcl-a3a572fc9d37ee1946b248a6147fa79c8596e22b.tar.bz2
[Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r--win/tclWinFile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 9c95e7a..54cf0cf 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -12,9 +12,6 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#ifndef _WIN64
-# define _USE_32BIT_TIME_T
-#endif
#include "tclWinInt.h"
#include "tclFileSystem.h"
#include <winioctl.h>