diff options
| author | jan <jan> | 2011-04-21 21:15:23 (GMT) |
|---|---|---|
| committer | jan <jan> | 2011-04-21 21:15:23 (GMT) |
| commit | 87f31aa27cef69c80a6a352d8be65ae4b32fda46 (patch) | |
| tree | b15b383b0f866020c5c0c9cf1fa3ecb992ffc12e /win/tclWinFile.c | |
| parent | 250b88be1bbf10f42cbe62470cca0f61b99b37a3 (diff) | |
| parent | 6e651951d89d2e4e1f125760205c378fd2a8b9a4 (diff) | |
| download | tcl-87f31aa27cef69c80a6a352d8be65ae4b32fda46.zip tcl-87f31aa27cef69c80a6a352d8be65ae4b32fda46.tar.gz tcl-87f31aa27cef69c80a6a352d8be65ae4b32fda46.tar.bz2 | |
[Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality
Diffstat (limited to 'win/tclWinFile.c')
| -rw-r--r-- | win/tclWinFile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index a772015..df1c25b 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -12,6 +12,9 @@ * 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> |
