diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-08 10:32:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-08 10:32:39 (GMT) |
commit | bd029b94a1f825a22bf635e4c255406562741d5b (patch) | |
tree | 5ac50dfaff7dde2e41e507277f70fefdbbda6be3 /win/tclWinPort.h | |
parent | 276404432ecf07fa12997ae2aecf6cf8ef0f9714 (diff) | |
parent | 7ce9d6f8fc9b0c2b4fd1a18a85c54bb37387dda0 (diff) | |
download | tcl-bd029b94a1f825a22bf635e4c255406562741d5b.zip tcl-bd029b94a1f825a22bf635e4c255406562741d5b.tar.gz tcl-bd029b94a1f825a22bf635e4c255406562741d5b.tar.bz2 |
merge trunk
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 23e79b0..c6ac2b7 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -14,7 +14,7 @@ #ifndef _TCLWINPORT #define _TCLWINPORT -#ifndef _WIN64 +#if !defined(_WIN64) && defined(BUILD_tcl) /* See [Bug 3354324]: file mtime sets wrong time */ # define _USE_32BIT_TIME_T #endif |