diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-05 07:55:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-05 07:55:38 (GMT) |
commit | 26c1cd495a1ba8397db198e13aafe1a29287e6d0 (patch) | |
tree | ba20a7fdf40e4c5344b5589e18fcbd03e921441d /win/tclWinPort.h | |
parent | 2e71e654f85f50f225f7c8ff495ce8e5380b02d2 (diff) | |
parent | d3ac5d78eb519157fc885e7a20c3d4a8e482e5c1 (diff) | |
download | tcl-26c1cd495a1ba8397db198e13aafe1a29287e6d0.zip tcl-26c1cd495a1ba8397db198e13aafe1a29287e6d0.tar.gz tcl-26c1cd495a1ba8397db198e13aafe1a29287e6d0.tar.bz2 |
Merge 8.7
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 3f8b546..1a5ce36 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -19,7 +19,7 @@ #define __MINGW_USE_VC2005_COMPAT #endif -#if !defined(_WIN64) && !defined(__MINGW_USE_VC2005_COMPAT) && defined(BUILD_tcl) +#if !defined(_WIN64) && !defined(__MINGW_USE_VC2005_COMPAT) /* See [Bug 3354324]: file mtime sets wrong time */ # define _USE_32BIT_TIME_T #endif |